I'm afraid this doesn't exist.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 16 Jun 2004 00:26:45 +0000 (00:26 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 16 Jun 2004 00:26:45 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14193 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetMachineImpls.h

index a631b2d1d5fad59f0f97e385a8c0b290d820af69..c5fa3841ff502e5e927b37eca68eac145bfd1217 100644 (file)
@@ -41,14 +41,6 @@ namespace llvm {
   TargetMachine *allocateSparcV9TargetMachine(const Module &M,
                                             IntrinsicLowering *IL = 0);
   
-  // allocateSparcV8TargetMachine - Allocate and return a subclass of
-  // TargetMachine that implements the 32-bit Sparc backend.  This takes
-  // ownership of the IntrinsicLowering pointer, deleting it when the target
-  // machine is destroyed.
-  //
-  TargetMachine *allocateSparcV8TargetMachine(const Module &M,
-                                              IntrinsicLowering *IL = 0);
-
   // allocateX86TargetMachine - Allocate and return a subclass of TargetMachine
   // that implements the X86 backend.  This takes ownership of the
   // IntrinsicLowering pointer, deleting it when the target machine is