summaryrefslogtreecommitdiff
path: root/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
commit86b5d2b02d2a7c673792753ab64b6396bd4e2ffa (patch)
tree4308956f699e36823fa62b371dede544612ec0da /lib/Target/ARM/ARMInstrThumb.td
parent2379fc235f8979f7f1218523672a19af1505e29d (diff)
downloadllvm-86b5d2b02d2a7c673792753ab64b6396bd4e2ffa.tar.gz
llvm-86b5d2b02d2a7c673792753ab64b6396bd4e2ffa.tar.bz2
llvm-86b5d2b02d2a7c673792753ab64b6396bd4e2ffa.tar.xz
Revert r138278 now that r138289 has fixed the root issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrThumb.td')
-rw-r--r--lib/Target/ARM/ARMInstrThumb.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb.td b/lib/Target/ARM/ARMInstrThumb.td
index cfc4a5528b..f58cb34e60 100644
--- a/lib/Target/ARM/ARMInstrThumb.td
+++ b/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",