[llvm-commits] CVS: llvm/include/llvm/Target/TargetMachineImpls.h
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Jun 15 19:33:02 PDT 2004
Changes in directory llvm/include/llvm/Target:
TargetMachineImpls.h updated: 1.13 -> 1.14
---
Log message:
I'm afraid this doesn't exist.
---
Diffs of the changes: (+0 -8)
Index: llvm/include/llvm/Target/TargetMachineImpls.h
diff -u llvm/include/llvm/Target/TargetMachineImpls.h:1.13 llvm/include/llvm/Target/TargetMachineImpls.h:1.14
--- llvm/include/llvm/Target/TargetMachineImpls.h:1.13 Thu Mar 4 13:16:23 2004
+++ llvm/include/llvm/Target/TargetMachineImpls.h Tue Jun 15 19:26:45 2004
@@ -41,14 +41,6 @@
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
More information about the llvm-commits
mailing list