summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/CallGraphSCCPass.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/lib/Analysis/IPA/CallGraphSCCPass.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/lib/Analysis/IPA/CallGraphSCCPass.cpp')
-rw-r--r--llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
index 43192f7fc44..a0d788f34a3 100644
--- a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
+++ b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
@@ -16,7 +16,7 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "cgscc-passmgr"
-#include "llvm/CallGraphSCCPass.h"
+#include "llvm/Analysis/CallGraphSCCPass.h"
#include "llvm/ADT/SCCIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/CallGraph.h"
OpenPOWER on IntegriCloud