aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2009-12-11 19:37:26 +0000
committerJohnny Chen <johnny.chen@apple.com>2009-12-11 19:37:26 +0000
commit0291d7ed0942b218c58ddd900a8f6b3dd80ad023 (patch)
treec99fd1367bfc0e134d2bb24277e9c79054f3b97f
parent66869104dd67a5d01347c29f7499c4836c59fd0a (diff)
Store Register Exclusive should leave the source register Inst{3-0} unspecified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91143 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td
index c6c96a86ac..9ce93d196a 100644
--- a/lib/Target/ARM/ARMInstrFormats.td
+++ b/lib/Target/ARM/ARMInstrFormats.td
@@ -285,7 +285,7 @@ class AIstrex<bits<2> opcod, dag oops, dag iops, InstrItinClass itin,
let Inst{27-23} = 0b00011;
let Inst{22-21} = opcod;
let Inst{20} = 0;
- let Inst{11-0} = 0b111110011111;
+ let Inst{11-4} = 0b11111001;
}
// addrmode1 instructions