Add nounwind to this test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-05-13 22:29:12 +00:00
parent ead6d467fb
commit ebde0c55ce

View File

@ -5,7 +5,7 @@
@A = external global [1000 x i8], align 32
@P = external global [1000 x i8], align 32
define void @foo(i32 %m) {
define void @foo(i32 %m) nounwind {
entry:
%tmp1 = icmp sgt i32 %m, 0
br i1 %tmp1, label %bb, label %return