mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add nounwinds.
llvm-svn: 93919
This commit is contained in:
parent
2842ccd76f
commit
190fee462e
@ -4,7 +4,7 @@
|
||||
@state = external global [0 x i32] ; <[0 x i32]*> [#uses=4]
|
||||
@S = external global [0 x i32] ; <[0 x i32]*> [#uses=4]
|
||||
|
||||
define i32 @foo() {
|
||||
define i32 @foo() nounwind {
|
||||
entry:
|
||||
br label %bb
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
@A = external global [1000 x float], align 32
|
||||
@P = external global [1000 x i32], 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
|
||||
|
@ -6,7 +6,7 @@ target triple = "x86_64-apple-darwin9"
|
||||
; happens before the relevant use, so the comparison stride can't be
|
||||
; easily changed.
|
||||
|
||||
define void @foo() {
|
||||
define void @foo() nounwind {
|
||||
entry:
|
||||
br label %loop
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
; *D++ = F;
|
||||
; }
|
||||
|
||||
define void @foo(double* %D, double* %E, double %F) {
|
||||
define void @foo(double* %D, double* %E, double %F) nounwind {
|
||||
entry:
|
||||
%tmp.24 = icmp eq double* %D, %E ; <i1> [#uses=1]
|
||||
br i1 %tmp.24, label %return, label %no_exit
|
||||
|
Loading…
Reference in New Issue
Block a user