summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-30 20:14:43 +0000
committerChris Lattner <sabre@nondot.org>2003-09-30 20:14:43 +0000
commit086610926fb12b35881c06d40c295be81ddc3173 (patch)
tree7636e016b1ae3f4f2859858b1d1fedaf4b4e4f27 /include
parent797c1366070b8c5f9a409fe39811c99f82af6261 (diff)
downloadllvm-086610926fb12b35881c06d40c295be81ddc3173.tar.gz
llvm-086610926fb12b35881c06d40c295be81ddc3173.tar.bz2
llvm-086610926fb12b35881c06d40c295be81ddc3173.tar.xz
Include the sparc register in this file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/Passes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index e451b5476e..00a260bbb3 100644
--- 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