diff options
| author | Dan Gohman <gohman@apple.com> | 2009-05-18 15:16:49 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-05-18 15:16:49 +0000 |
| commit | b81dd48fd214c1757ad681c27cb20570f07e0d71 (patch) | |
| tree | 7771248b48ee0de1fb1bc7ba4247b981947eabda /llvm/test/CodeGen/ARM/arm-negative-stride.ll | |
| parent | e6eb2edb50bf5cb4abc90451b0bbe188daf034c8 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

