aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-06-16 00:26:45 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-06-16 00:26:45 +0000
commit694ffc0850c08df6332071c2bc535efff4136b81 (patch)
treef9b2f2d1370714b4bcdfac098478463593f636e2
parent83a7049270962165579c9cfdb9f76d305b0f94bd (diff)
I'm afraid this doesn't exist.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14193 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetMachineImpls.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Target/TargetMachineImpls.h b/include/llvm/Target/TargetMachineImpls.h
index a631b2d1d5..c5fa3841ff 100644
--- a/include/llvm/Target/TargetMachineImpls.h
+++ b/include/llvm/Target/TargetMachineImpls.h
@@ -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