summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/arm-negative-stride.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-18 15:16:49 +0000
committerDan Gohman <gohman@apple.com>2009-05-18 15:16:49 +0000
commitb81dd48fd214c1757ad681c27cb20570f07e0d71 (patch)
tree7771248b48ee0de1fb1bc7ba4247b981947eabda /llvm/test/CodeGen/ARM/arm-negative-stride.ll
parente6eb2edb50bf5cb4abc90451b0bbe188daf034c8 (diff)
downloadbcm5719-llvm-b81dd48fd214c1757ad681c27cb20570f07e0d71.tar.gz
bcm5719-llvm-b81dd48fd214c1757ad681c27cb20570f07e0d71.zip
Add nounwind to a few tests.
llvm-svn: 72002
Diffstat (limited to 'llvm/test/CodeGen/ARM/arm-negative-stride.ll')
-rw-r--r--llvm/test/CodeGen/ARM/arm-negative-stride.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/arm-negative-stride.ll b/llvm/test/CodeGen/ARM/arm-negative-stride.ll
index 1048fb7ad62..553c2fb6467 100644
--- a/llvm/test/CodeGen/ARM/arm-negative-stride.ll
+++ b/llvm/test/CodeGen/ARM/arm-negative-stride.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=arm | grep {str r1, \\\[r.*, -r.*, lsl #2\}
-define void @test(i32* %P, i32 %A, i32 %i) {
+define void @test(i32* %P, i32 %A, i32 %i) nounwind {
entry:
icmp eq i32 %i, 0 ; <i1>:0 [#uses=1]
br i1 %0, label %return, label %bb
OpenPOWER on IntegriCloud