From: Jakub Staszak Date: Fri, 22 Jul 2011 00:39:00 +0000 (+0000) Subject: Fix typo in #include which revealed in the case-sensitive filesystem. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b598748b1e03b6b188726d5a0fef2a6abc29562;p=oota-llvm.git Fix typo in #include which revealed in the case-sensitive filesystem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp index c4e274db45e..ce7ed293daa 100644 --- a/lib/CodeGen/IfConversion.cpp +++ b/lib/CodeGen/IfConversion.cpp @@ -16,7 +16,7 @@ #include "llvm/Function.h" #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/Codegen/MachineBranchProbabilityInfo.h" +#include "llvm/CodeGen/MachineBranchProbabilityInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/MC/MCInstrItineraries.h" #include "llvm/Target/TargetInstrInfo.h"