Move CallGraphSCCPass.h into the Analysis tree; that's where the
[oota-llvm.git] / unittests / VMCore / PassManagerTest.cpp
index 46f909c404fca27731eadb95e357eeb798832f0d..8cb7b24f27a75a47e40b6f8d7b3a2d3db0c10045 100644 (file)
@@ -9,11 +9,11 @@
 
 #include "llvm/PassManager.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/Analysis/CallGraphSCCPass.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/LoopPass.h"
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/Assembly/PrintModulePass.h"
-#include "llvm/CallGraphSCCPass.h"
 #include "llvm/IR/BasicBlock.h"
 #include "llvm/IR/CallingConv.h"
 #include "llvm/IR/Constants.h"