diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 04:13:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 04:13:21 +0000 |
commit | 41e087c7e60b4d37db3c6677b9306c79693d0074 (patch) | |
tree | e1d867ae810c70a12cf1880ca68b7237be8bd003 /include | |
parent | ba16b7a8d350e8ec02eb584700331f7f00db1300 (diff) | |
download | external_llvm-41e087c7e60b4d37db3c6677b9306c79693d0074.zip external_llvm-41e087c7e60b4d37db3c6677b9306c79693d0074.tar.gz external_llvm-41e087c7e60b4d37db3c6677b9306c79693d0074.tar.bz2 |
Remove a prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/Passes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index a1361f6..6420398 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -70,11 +70,6 @@ namespace llvm { /// FunctionPass *createLinearScanRegisterAllocator(); - /// IterativeScanRegisterAllocation Pass - This pass implements the iterative - /// scan register allocation algorithm, a global register allocator. - /// - FunctionPass *createIterativeScanRegisterAllocator(); - /// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code, /// and eliminates abstract frame references. /// |