summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-09 01:38:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-09 01:38:23 +0000
commita1c6495af720090654f10a2e077e918a2c6ec211 (patch)
treec91f373192177b51c762e6ab726f6092cdf2fa4e
parentba0d9f538fbb6f398c3fd0e8853bd788441fcf80 (diff)
downloadbcm5719-llvm-a1c6495af720090654f10a2e077e918a2c6ec211.tar.gz
bcm5719-llvm-a1c6495af720090654f10a2e077e918a2c6ec211.zip
Remove comments which don't add much to .s readibility.
llvm-svn: 81306
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb.td10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb.td b/llvm/lib/Target/ARM/ARMInstrThumb.td
index e94f5a9f44f..4784fae467c 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb.td
@@ -139,7 +139,7 @@ def tADDrPCi : T1I<(outs tGPR:$dst), (ins i32imm:$rhs), IIC_iALUi,
// ADD rd, sp, #imm8
def tADDrSPi : T1I<(outs tGPR:$dst), (ins GPR:$sp, i32imm:$rhs), IIC_iALUi,
- "add $dst, $sp, $rhs * 4 @ addrspi", []>;
+ "add $dst, $sp, $rhs * 4", []>;
// ADD sp, sp, #imm7
def tADDspi : TIt<(outs GPR:$dst), (ins GPR:$lhs, i32imm:$rhs), IIC_iALUi,
@@ -395,7 +395,7 @@ def tADDrr : T1sI<(outs tGPR:$dst), (ins tGPR:$lhs, tGPR:$rhs), IIC_iALUr,
let neverHasSideEffects = 1 in
def tADDhirr : T1pIt<(outs GPR:$dst), (ins GPR:$lhs, GPR:$rhs), IIC_iALUr,
- "add", " $dst, $rhs @ addhirr", []>;
+ "add", " $dst, $rhs", []>;
// And register
let isCommutable = 1 in
@@ -499,11 +499,11 @@ def tMOVSr : T1I<(outs tGPR:$dst), (ins tGPR:$src), IIC_iMOVr,
// FIXME: Make these predicable.
def tMOVgpr2tgpr : T1I<(outs tGPR:$dst), (ins GPR:$src), IIC_iMOVr,
- "mov $dst, $src\t@ hir2lor", []>;
+ "mov $dst, $src", []>;
def tMOVtgpr2gpr : T1I<(outs GPR:$dst), (ins tGPR:$src), IIC_iMOVr,
- "mov $dst, $src\t@ lor2hir", []>;
+ "mov $dst, $src", []>;
def tMOVgpr2gpr : T1I<(outs GPR:$dst), (ins GPR:$src), IIC_iMOVr,
- "mov $dst, $src\t@ hir2hir", []>;
+ "mov $dst, $src", []>;
} // neverHasSideEffects
// multiply register
OpenPOWER on IntegriCloud