From: Dan Gohman Date: Wed, 13 May 2009 22:29:12 +0000 (+0000) Subject: Add nounwind to this test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ebde0c55cec199607c9194683ae4e0ec33bc7a09;p=oota-llvm.git Add nounwind to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fold-mul-lohi.ll b/test/CodeGen/X86/fold-mul-lohi.ll index abd8ddd92c1..312427af709 100644 --- a/test/CodeGen/X86/fold-mul-lohi.ll +++ b/test/CodeGen/X86/fold-mul-lohi.ll @@ -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