summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/FunctionAttrs.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/FunctionAttrs.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/FunctionAttrs.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/FunctionAttrs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
index aabf623e0af..e9bc4ad4370 100644
--- a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
+++ b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
@@ -26,8 +26,8 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/CallGraph.h"
+#include "llvm/Analysis/CallGraphSCCPass.h"
#include "llvm/Analysis/CaptureTracking.h"
-#include "llvm/CallGraphSCCPass.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/LLVMContext.h"
OpenPOWER on IntegriCloud