From 15a3cc8055c7454340654cfebd5d668d81bec1f4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 18 May 2009 15:16:49 +0000 Subject: Add nounwind to a few tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72002 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Analysis') 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 -- cgit v1.1