Fix comment.
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
index 4d27e541d7079eef24ff43849f8cdf5763d7207b..adccf531eb2219072c5b1cbb10de2a2937bda5a3 100644 (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.
   ///