aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrFormats.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-04 17:57:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-04 17:57:07 +0000
commite7fe6724452fc6db75be1957df79bb92f5635b28 (patch)
tree391976a2be1077429754ac80fbd5e8bd7afeba6e /lib/Target/ARM/ARMInstrFormats.td
parente59416efb8472ee95c4500a94d2048c585faff6d (diff)
downloadexternal_llvm-e7fe6724452fc6db75be1957df79bb92f5635b28.zip
external_llvm-e7fe6724452fc6db75be1957df79bb92f5635b28.tar.gz
external_llvm-e7fe6724452fc6db75be1957df79bb92f5635b28.tar.bz2
LDM_RET restores pc, do not set 's' bit which would restore CPSR from SPSR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r--lib/Target/ARM/ARMInstrFormats.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td
index 5a76ffa..e642477 100644
--- a/lib/Target/ARM/ARMInstrFormats.td
+++ b/lib/Target/ARM/ARMInstrFormats.td
@@ -647,7 +647,6 @@ class AXI4ldpc<bits<4> opcod, dag oops, dag iops, Format f, string asm,
: XI<opcod, oops, iops, AddrMode4, Size4Bytes, IndexModeNone, f, asm,
"", pattern> {
let Inst{20} = 1; // L bit
- let Inst{22} = 1; // S bit
let Inst{27-25} = 0b100;
}
class AXI4st<bits<4> opcod, dag oops, dag iops, Format f, string asm,