aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-18 15:16:49 +0000
committerDan Gohman <gohman@apple.com>2009-05-18 15:16:49 +0000
commit15a3cc8055c7454340654cfebd5d668d81bec1f4 (patch)
tree5efa795c8c23ccf4166b600b77cdb4fd2ba8caf4 /test/Analysis
parent5b78a469c26d0db206bfbd821f9a4c9f95334759 (diff)
downloadexternal_llvm-15a3cc8055c7454340654cfebd5d668d81bec1f4.zip
external_llvm-15a3cc8055c7454340654cfebd5d668d81bec1f4.tar.gz
external_llvm-15a3cc8055c7454340654cfebd5d668d81bec1f4.tar.bz2
Add nounwind to a few tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll b/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
index a90c804..d8731b6 100644
--- a/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
+++ b/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
@@ -3,7 +3,7 @@
; RUN: grep -F "backedge-taken count is (-2147483632 + (2147483632 smax (-1 + (-1 * %x)) smax (-1 + (-1 * %y))))"
; PR2607
-define i32 @b(i32 %x, i32 %y) {
+define i32 @b(i32 %x, i32 %y) nounwind {
entry:
%cmp2 = icmp slt i32 %y, %x
%cond3 = select i1 %cmp2, i32 %y, i32 %x