From ebde0c55cec199607c9194683ae4e0ec33bc7a09 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 13 May 2009 22:29:12 +0000 Subject: [PATCH] Add nounwind to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71734 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fold-mul-lohi.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1