summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-13 22:29:12 +0000
committerDan Gohman <gohman@apple.com>2009-05-13 22:29:12 +0000
commitebde0c55cec199607c9194683ae4e0ec33bc7a09 (patch)
treef00c65203796f7b4c7ce406d025bf17f08a5e108
parentead6d467fbbb8c9dbb19b37a1b39b2eb0771429d (diff)
downloadllvm-ebde0c55cec199607c9194683ae4e0ec33bc7a09.tar.gz
llvm-ebde0c55cec199607c9194683ae4e0ec33bc7a09.tar.bz2
llvm-ebde0c55cec199607c9194683ae4e0ec33bc7a09.tar.xz
Add nounwind to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71734 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/fold-mul-lohi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-mul-lohi.ll b/test/CodeGen/X86/fold-mul-lohi.ll
index abd8ddd92c..312427af70 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