Remove ancient prototype.

llvm-svn: 104903
This commit is contained in:
Jakob Stoklund Olesen 2010-05-27 23:57:19 +00:00
parent b004e2cf0f
commit 9f9fed5a7c

View File

@ -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();