From: Jakob Stoklund Olesen Date: Thu, 27 May 2010 23:57:19 +0000 (+0000) Subject: Remove ancient prototype. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1fa1c7b23bd06d2c1b37aa0f0cf7740fa6759e0b;p=oota-llvm.git Remove ancient prototype. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104903 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 2f5d57640cd..96fb8b907b3 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -147,10 +147,6 @@ namespace llvm { /// headers to target specific alignment boundary. FunctionPass *createCodePlacementOptPass(); - /// getRegisterAllocator - This creates an instance of the register allocator - /// for the Sparc. - FunctionPass *getRegisterAllocator(TargetMachine &T); - /// IntrinsicLowering Pass - Performs target-independent LLVM IR /// transformations for highly portable strategies. FunctionPass *createGCLoweringPass();