diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-07 15:26:48 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-07 15:26:48 +0000 |
commit | 839a98e687334ef2839b12c4ce3ece919a86142d (patch) | |
tree | 57eddf529419c571c7da9c17fdc01d91a8a59326 /llvm/tools/llvm-stress | |
parent | d9a440d21fdf2e9bb4cfc3926b639af10b6438c3 (diff) | |
download | bcm5719-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/llvm-stress')
-rw-r--r-- | llvm/tools/llvm-stress/llvm-stress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-stress/llvm-stress.cpp b/llvm/tools/llvm-stress/llvm-stress.cpp index 4a182c64a13..bb15c6b8e80 100644 --- a/llvm/tools/llvm-stress/llvm-stress.cpp +++ b/llvm/tools/llvm-stress/llvm-stress.cpp @@ -12,9 +12,9 @@ // //===----------------------------------------------------------------------===// #include "llvm/IR/LLVMContext.h" +#include "llvm/Analysis/CallGraphSCCPass.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Assembly/PrintModulePass.h" -#include "llvm/CallGraphSCCPass.h" #include "llvm/IR/Constants.h" #include "llvm/IR/Instruction.h" #include "llvm/IR/Module.h" |