Sort declarations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2014-08-21 12:39:07 +00:00
parent 67e5178cef
commit fc4bdcdc87

View File

@ -18,16 +18,16 @@
#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