summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstrThumb.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-22 23:25:48 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-22 23:25:48 +0000
commitbfeb4f78afd21112fb64f532b652059811d33f55 (patch)
tree8e439414f50815f7eeb261d2401a9606c578d113 /llvm/lib/Target/ARM/ARMInstrThumb.td
parent5e9989a920ddc360e5f1eff85173472f91fdca38 (diff)
downloadbcm5719-llvm-bfeb4f78afd21112fb64f532b652059811d33f55.tar.gz
bcm5719-llvm-bfeb4f78afd21112fb64f532b652059811d33f55.zip
Revert r138278 now that r138289 has fixed the root issue.
llvm-svn: 138299
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrThumb.td')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb.td b/llvm/lib/Target/ARM/ARMInstrThumb.td
index cfc4a5528b0..f58cb34e600 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb.td
@@ -1047,7 +1047,7 @@ def tMOVSr : T1I<(outs tGPR:$Rd), (ins tGPR:$Rm), IIC_iMOVr,
} // neverHasSideEffects
// Multiply register
-//let isCommutable = 1 in
+let isCommutable = 1 in
def tMUL : // A8.6.105 T1
Thumb1sI<(outs tGPR:$Rd), (ins tGPR:$Rn, tGPR:$Rm), AddrModeNone, 2,
IIC_iMUL32, "mul", "\t$Rd, $Rn, $Rm", "$Rm = $Rd",
OpenPOWER on IntegriCloud