From: Chris Lattner Date: Tue, 30 Sep 2003 20:14:43 +0000 (+0000) Subject: Include the sparc register in this file X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=086610926fb12b35881c06d40c295be81ddc3173;p=oota-llvm.git Include the sparc register in this file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8794 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index e451b5476e0..00a260bbb37 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