diff options
author | Jakub Staszak <jstaszak@apple.com> | 2011-08-03 22:53:41 +0000 |
---|---|---|
committer | Jakub Staszak <jstaszak@apple.com> | 2011-08-03 22:53:41 +0000 |
commit | 0767267790e5cc91ffe3cc318d22f043b2633b26 (patch) | |
tree | 510c01b772bbee1e78f9158447bfc5a6dd70a023 /lib/CodeGen/IfConversion.cpp | |
parent | 990f78d53bfe3cf2c82147bc34b457b01e651f25 (diff) |
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
Diffstat (limited to 'lib/CodeGen/IfConversion.cpp')
-rw-r--r-- | lib/CodeGen/IfConversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp index c4e274db45..ce7ed293da 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" |