mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add nounwind to this test.
llvm-svn: 71734
This commit is contained in:
parent
c76422f45d
commit
a09e38894a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user