summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-19 22:19:48 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-19 22:19:48 +0000
commit066e9ec1e474ba04fcccbdf4055c73ef74c83dd4 (patch)
tree657efa6641b06ab544d8cbff7016680380671988 /llvm/test/CodeGen/ARM
parent58ce352d329835e6ceedb39b5d9ca30a9c143a35 (diff)
downloadbcm5719-llvm-066e9ec1e474ba04fcccbdf4055c73ef74c83dd4.tar.gz
bcm5719-llvm-066e9ec1e474ba04fcccbdf4055c73ef74c83dd4.zip
Update tests.
llvm-svn: 138116
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
index d0c4f3ae9d6..d148bbe41f2 100644
--- a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
+++ b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
@@ -6,9 +6,9 @@
define i32 @t(i32 %a, i32 %b, i32 %c, i32 %d) nounwind readnone {
entry:
; CHECK: t:
-; CHECK: muls r2, r3, r2
+; CHECK: muls r2, r2, r3
; CHECK-NEXT: mul r0, r0, r1
-; CHECK-NEXT: muls r0, r2, r0
+; CHECK-NEXT: muls r0, r0, r2
%0 = mul nsw i32 %a, %b
%1 = mul nsw i32 %c, %d
%2 = mul nsw i32 %0, %1
OpenPOWER on IntegriCloud