commit | 15a3cc8055c7454340654cfebd5d668d81bec1f4 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon May 18 15:16:49 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon May 18 15:16:49 2009 +0000 |
tree | 5efa795c8c23ccf4166b600b77cdb4fd2ba8caf4 | |
parent | 5b78a469c26d0db206bfbd821f9a4c9f95334759 [diff] [blame] |
Add nounwind to a few tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72002 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/lsr-scale-addr-mode.ll b/test/CodeGen/ARM/lsr-scale-addr-mode.ll index 230cf3e..6db0d43 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