Add nounwinds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2010-01-19 21:51:51 +00:00
parent 6449abfbc8
commit 8e1aa8edec
4 changed files with 4 additions and 4 deletions

View File

@@ -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