summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/opt.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-07 15:26:48 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-07 15:26:48 +0000
commit839a98e687334ef2839b12c4ce3ece919a86142d (patch)
tree57eddf529419c571c7da9c17fdc01d91a8a59326 /llvm/tools/opt/opt.cpp
parentd9a440d21fdf2e9bb4cfc3926b639af10b6438c3 (diff)
downloadbcm5719-llvm-839a98e687334ef2839b12c4ce3ece919a86142d.tar.gz
bcm5719-llvm-839a98e687334ef2839b12c4ce3ece919a86142d.zip
Move CallGraphSCCPass.h into the Analysis tree; that's where the
implementation lives already. llvm-svn: 171746
Diffstat (limited to 'llvm/tools/opt/opt.cpp')
-rw-r--r--llvm/tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index 86edb3d877d..ac8323bce26 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -16,12 +16,12 @@
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Analysis/CallGraph.h"
+#include "llvm/Analysis/CallGraphSCCPass.h"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Analysis/RegionPass.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/CallGraphSCCPass.h"
#include "llvm/CodeGen/CommandFlags.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/DataLayout.h"
OpenPOWER on IntegriCloud