mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Sort declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67e5178cef
commit
fc4bdcdc87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user