[llvm-commits] [llvm] r104903 - /llvm/trunk/include/llvm/CodeGen/Passes.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu May 27 16:57:19 PDT 2010


Author: stoklund
Date: Thu May 27 18:57:19 2010
New Revision: 104903

URL: http://llvm.org/viewvc/llvm-project?rev=104903&view=rev
Log:
Remove ancient prototype.

Modified:
    llvm/trunk/include/llvm/CodeGen/Passes.h

Modified: llvm/trunk/include/llvm/CodeGen/Passes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/Passes.h?rev=104903&r1=104902&r2=104903&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/Passes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/Passes.h Thu May 27 18:57:19 2010
@@ -147,10 +147,6 @@
   /// 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();





More information about the llvm-commits mailing list