Oops! didn't mean to put this in there yet.

llvm-svn: 32014
This commit is contained in:
Bill Wendling 2006-11-29 07:31:23 +00:00
parent 0d67dde00a
commit 7ec1a5befa
1 changed files with 0 additions and 5 deletions

View File

@ -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.
///