summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/lsr-scale-addr-mode.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/lsr-scale-addr-mode.ll')
-rw-r--r--test/CodeGen/ARM/lsr-scale-addr-mode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/lsr-scale-addr-mode.ll b/test/CodeGen/ARM/lsr-scale-addr-mode.ll
index 230cf3e5e7..6db0d43e83 100644
--- a/test/CodeGen/ARM/lsr-scale-addr-mode.ll
+++ b/test/CodeGen/ARM/lsr-scale-addr-mode.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=arm | grep -F {str r2, \[r0, +r3, lsl #2\]}
; Should use scaled addressing mode.
-define void @sintzero(i32* %a) {
+define void @sintzero(i32* %a) nounwind {
entry:
store i32 0, i32* %a
br label %cond_next