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:
797c136
)
Include the sparc register in this file
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Sep 2003 20:14:43 +0000
(20:14 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Sep 2003 20:14:43 +0000
(20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8794
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 e451b5476e04505bb17cc6642e924fefc431ca03..00a260bbb37c0883e24c2d7848fe17a7bf230875 100644
(file)
--- a/
include/llvm/CodeGen/Passes.h
+++ b/
include/llvm/CodeGen/Passes.h
@@
-35,4
+35,9
@@
FunctionPass *createLocalRegisterAllocator();
///
FunctionPass *createPrologEpilogCodeInserter();
+
+/// getRegisterAllocator - This creates an instance of the register allocator
+/// for the Sparc.
+FunctionPass *getRegisterAllocator(TargetMachine &T);
+
#endif