From: Jakub Staszak Date: Wed, 3 Aug 2011 22:53:41 +0000 (+0000) Subject: Fix typo in #include which revealed in the case-sensitive filesystem. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0767267790e5cc91ffe3cc318d22f043b2633b26;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@136828 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"