forked from OSchip/llvm-project
Oops! didn't mean to put this in there yet.
llvm-svn: 32014
This commit is contained in:
parent
0d67dde00a
commit
7ec1a5befa
|
@ -70,11 +70,6 @@ namespace llvm {
|
|||
///
|
||||
FunctionPass *createLinearScanRegisterAllocator();
|
||||
|
||||
/// PriorityBasedGraphColoringRegisterAllocator Pass - This pass implements
|
||||
/// the priority-based graph coloring register allocator by Chow & Hennessey,
|
||||
/// a global register allocator.
|
||||
FunctionPass *createGraphColoringRegisterAllocator();
|
||||
|
||||
/// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
|
||||
/// and eliminates abstract frame references.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue