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:
9fb25db
)
Adding ModuloSched SB.
author
Tanya Lattner
<tonic@nondot.org>
Sun, 1 May 2005 16:14:34 +0000
(16:14 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Sun, 1 May 2005 16:14:34 +0000
(16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21648
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 a053dd95a613b82e90d93656e568c1280ca008c9..a1361f6b0aa94a83a33d72328038142191fe27e4 100644
(file)
--- a/
include/llvm/CodeGen/Passes.h
+++ b/
include/llvm/CodeGen/Passes.h
@@
-98,6
+98,9
@@
namespace llvm {
//createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass
FunctionPass *createModuloSchedulingPass(TargetMachine & targ);
+ //createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass
+ FunctionPass *createModuloSchedulingSBPass(TargetMachine & targ);
+
} // End llvm namespace
#endif