From 086610926fb12b35881c06d40c295be81ddc3173 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 30 Sep 2003 20:14:43 +0000 Subject: [PATCH] Include the sparc register in this file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8794 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/Passes.h | 5 +++++ 1 file changed, 5 insertions(+) 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