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