summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ldm.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-03-16 16:19:07 +0000
committerBob Wilson <bob.wilson@apple.com>2010-03-16 16:19:07 +0000
commit298a83ecfe9d1536181e350272e7fa4140b0f4d3 (patch)
tree98374d521623b442286ec36175169228296c3ae6 /llvm/test/CodeGen/ARM/ldm.ll
parente52f398e3ec8565b8e0b9542c418e84c0c9599eb (diff)
downloadbcm5719-llvm-298a83ecfe9d1536181e350272e7fa4140b0f4d3.tar.gz
bcm5719-llvm-298a83ecfe9d1536181e350272e7fa4140b0f4d3.zip
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
This does not move entirely to UAL syntax, since the default "increment after" suffix is empty but we still use "IA" for that. llvm-svn: 98635
Diffstat (limited to 'llvm/test/CodeGen/ARM/ldm.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ldm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ldm.ll b/llvm/test/CodeGen/ARM/ldm.ll
index 1a016a0942d..9a2dc82d189 100644
--- a/llvm/test/CodeGen/ARM/ldm.ll
+++ b/llvm/test/CodeGen/ARM/ldm.ll
@@ -24,7 +24,7 @@ define i32 @t2() {
define i32 @t3() {
; CHECK: t3:
; CHECK: ldmib
-; CHECK: ldmfd sp!
+; CHECK: ldmia sp!
%tmp = load i32* getelementptr ([0 x i32]* @X, i32 0, i32 1) ; <i32> [#uses=1]
%tmp3 = load i32* getelementptr ([0 x i32]* @X, i32 0, i32 2) ; <i32> [#uses=1]
%tmp5 = load i32* getelementptr ([0 x i32]* @X, i32 0, i32 3) ; <i32> [#uses=1]
OpenPOWER on IntegriCloud