summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/PruneEH.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/Transforms/IPO/PruneEH.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/Transforms/IPO/PruneEH.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/PruneEH.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PruneEH.cpp b/llvm/lib/Transforms/IPO/PruneEH.cpp
index b71025dc81b..d872f0cfba2 100644
--- a/llvm/lib/Transforms/IPO/PruneEH.cpp
+++ b/llvm/lib/Transforms/IPO/PruneEH.cpp
@@ -20,7 +20,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/CallGraph.h"
-#include "llvm/CallGraphSCCPass.h"
+#include "llvm/Analysis/CallGraphSCCPass.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
OpenPOWER on IntegriCloud