projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba16b7a
)
Remove a prototype
author
Chris Lattner
<sabre@nondot.org>
Mon, 24 Oct 2005 04:13:21 +0000
(
04:13
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 24 Oct 2005 04:13:21 +0000
(
04:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23951
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/Passes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/Passes.h
b/include/llvm/CodeGen/Passes.h
index a1361f6b0aa94a83a33d72328038142191fe27e4..642039817f392603fc72389772a71705c1c15b74 100644
(file)
--- 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.
///