summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/PrintSCC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/opt/PrintSCC.cpp')
-rw-r--r--llvm/tools/opt/PrintSCC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/PrintSCC.cpp b/llvm/tools/opt/PrintSCC.cpp
index be45ac1e4d5..a502fa743c1 100644
--- a/llvm/tools/opt/PrintSCC.cpp
+++ b/llvm/tools/opt/PrintSCC.cpp
@@ -27,7 +27,7 @@
#include "llvm/ADT/SCCIterator.h"
#include "llvm/Analysis/CallGraph.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/raw_ostream.h"
OpenPOWER on IntegriCloud