[llvm-commits] [llvm] r136828 - /llvm/trunk/lib/CodeGen/IfConversion.cpp
Jakub Staszak
jstaszak at apple.com
Wed Aug 3 15:53:41 PDT 2011
Author: kuba
Date: Wed Aug 3 17:53:41 2011
New Revision: 136828
URL: http://llvm.org/viewvc/llvm-project?rev=136828&view=rev
Log:
Fix typo in #include which revealed in the case-sensitive filesystem.
Modified:
llvm/trunk/lib/CodeGen/IfConversion.cpp
Modified: llvm/trunk/lib/CodeGen/IfConversion.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/IfConversion.cpp?rev=136828&r1=136827&r2=136828&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/IfConversion.cpp (original)
+++ llvm/trunk/lib/CodeGen/IfConversion.cpp Wed Aug 3 17:53:41 2011
@@ -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"
More information about the llvm-commits
mailing list