Add space to assert message.
[oota-llvm.git] / lib / CodeGen / MachineBranchProbabilityInfo.cpp
index 447921147f03567db30ebf73b5d3575bb59f6773..ae70912b6c69c1b9f87d2f4a2e9baeb384c59bf3 100644 (file)
@@ -11,9 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Instructions.h"
 #include "llvm/CodeGen/MachineBranchProbabilityInfo.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
+#include "llvm/IR/Instructions.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"