aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ifcvt5.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
commitea7f22c31d0d12923eaab6840322431cc0222ae9 (patch)
tree419003df8607bfd3f447154b509e4a90636cbf1c /test/CodeGen/ARM/ifcvt5.ll
parentabf657f7e6dbce1bf8e02fce2d602f33d5fc5c2a (diff)
downloadexternal_llvm-ea7f22c31d0d12923eaab6840322431cc0222ae9.zip
external_llvm-ea7f22c31d0d12923eaab6840322431cc0222ae9.tar.gz
external_llvm-ea7f22c31d0d12923eaab6840322431cc0222ae9.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ifcvt5.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt5.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ifcvt5.ll b/test/CodeGen/ARM/ifcvt5.ll
index 623f2cb..8677ce5 100644
--- a/test/CodeGen/ARM/ifcvt5.ll
+++ b/test/CodeGen/ARM/ifcvt5.ll
@@ -11,7 +11,7 @@ entry:
define void @t1(i32 %a, i32 %b) {
; CHECK: t1:
-; CHECK: ldmfdlt sp!, {r7, pc}
+; CHECK: ldmialt sp!, {r7, pc}
entry:
%tmp1 = icmp sgt i32 %a, 10 ; <i1> [#uses=1]
br i1 %tmp1, label %cond_true, label %UnifiedReturnBlock