diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 4d27e541d70..adccf531eb2 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -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. ///