summaryrefslogtreecommitdiff
path: root/lib/Analysis/PathProfileVerifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/PathProfileVerifier.cpp')
-rw-r--r--lib/Analysis/PathProfileVerifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PathProfileVerifier.cpp b/lib/Analysis/PathProfileVerifier.cpp
index 0eb2568ab6..745d8c60bb 100644
--- a/lib/Analysis/PathProfileVerifier.cpp
+++ b/lib/Analysis/PathProfileVerifier.cpp
@@ -16,7 +16,7 @@
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/PathProfileInfo.h"
#include "llvm/Analysis/ProfileInfoTypes.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"