I'm afraid this doesn't exist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-06-16 00:26:45 +00:00
parent 83a7049270
commit 694ffc0850

View 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