diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-06-16 00:26:45 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-06-16 00:26:45 +0000 |
commit | f6920d6f3488453d6e2606113f67ea36b3592d6a (patch) | |
tree | 019dc4c0019fff9ca3641985d0e943df36f0bbeb | |
parent | 20e09e5c7be4000ce0e15a5bbe6d3eed05d313c1 (diff) | |
download | bcm5719-llvm-f6920d6f3488453d6e2606113f67ea36b3592d6a.tar.gz bcm5719-llvm-f6920d6f3488453d6e2606113f67ea36b3592d6a.zip |
I'm afraid this doesn't exist.
llvm-svn: 14193
-rw-r--r-- | llvm/include/llvm/Target/TargetMachineImpls.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/include/llvm/Target/TargetMachineImpls.h b/llvm/include/llvm/Target/TargetMachineImpls.h index a631b2d1d5f..c5fa3841ff5 100644 --- a/llvm/include/llvm/Target/TargetMachineImpls.h +++ b/llvm/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 |