aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetMachineImpls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetMachineImpls.h b/include/llvm/Target/TargetMachineImpls.h
index f1445d1..5003f4d 100644
--- a/include/llvm/Target/TargetMachineImpls.h
+++ b/include/llvm/Target/TargetMachineImpls.h
@@ -29,12 +29,12 @@ namespace llvm {
TargetMachine *allocateCTargetMachine(const Module &M,
IntrinsicLowering *IL = 0);
- // allocateSparcTargetMachine - Allocate and return a subclass of
+ // allocateSparcV9TargetMachine - Allocate and return a subclass of
// TargetMachine that implements the Sparc backend. This takes ownership of
// the IntrinsicLowering pointer, deleting it when the target machine is
// destroyed.
//
- TargetMachine *allocateSparcTargetMachine(const Module &M,
+ TargetMachine *allocateSparcV9TargetMachine(const Module &M,
IntrinsicLowering *IL = 0);
// allocateX86TargetMachine - Allocate and return a subclass of TargetMachine