Sort declarations.
[oota-llvm.git] / include / llvm / Transforms / IPO / PassManagerBuilder.h
index 71b2426a52bd61b107b16f3b953af93d7732a0b5..15ad26b1976a6971697ce9a01bfcd3fd0a936bef 100644 (file)
 #include <vector>
 
 namespace llvm {
-class TargetLibraryInfo;
 class Pass;
+class TargetLibraryInfo;
 
 // The old pass manager infrastructure is hidden in a legacy namespace now.
 namespace legacy {
-class PassManagerBase;
 class FunctionPassManager;
+class PassManagerBase;
 }
-using legacy::PassManagerBase;
 using legacy::FunctionPassManager;
+using legacy::PassManagerBase;
 
 /// PassManagerBuilder - This class is used to set up a standard optimization
 /// sequence for languages like C and C++, allowing some APIs to customize the