Add space to assert message.
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
index 2f3486cb449655ad219a5f10ba0b3ad717c679d7..346f8d6d6258bd28ca5655b69082bdf0b53baa6e 100644 (file)
@@ -17,9 +17,9 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/ProfileInfo.h"
 #include "llvm/Analysis/ProfileInfoLoader.h"
-#include "llvm/BasicBlock.h"
-#include "llvm/InstrTypes.h"
-#include "llvm/Module.h"
+#include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/InstrTypes.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/CommandLine.h"