From e7fe6724452fc6db75be1957df79bb92f5635b28 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 4 Nov 2008 17:57:07 +0000 Subject: 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 --- lib/Target/ARM/ARMInstrFormats.td | 1 - 1 file changed, 1 deletion(-) 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 opcod, dag oops, dag iops, Format f, string asm, : XI { let Inst{20} = 1; // L bit - let Inst{22} = 1; // S bit let Inst{27-25} = 0b100; } class AXI4st opcod, dag oops, dag iops, Format f, string asm, -- cgit v1.1