AArch64: print relocation addends if present on AArch64
[oota-llvm.git] / lib / Analysis / ProfileInfoLoader.cpp
index 5c7c97cad1e5a8e99ea5130be39da3e715c1702d..f1f3e940c93262a13bfb82d5ec2a3b862a21703c 100644 (file)
@@ -14,8 +14,8 @@
 
 #include "llvm/Analysis/ProfileInfoLoader.h"
 #include "llvm/Analysis/ProfileInfoTypes.h"
-#include "llvm/Module.h"
-#include "llvm/InstrTypes.h"
+#include "llvm/IR/InstrTypes.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstdio>
 #include <cstdlib>