Add nounwind to this test.
authorDan Gohman <gohman@apple.com>
Wed, 13 May 2009 22:29:12 +0000 (22:29 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 May 2009 22:29:12 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71734 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fold-mul-lohi.ll

index abd8ddd92c116ea9e645ba49eb173f2fdc6aa962..312427af7096ea706a6a4fceda605ea0c774fc0b 100644 (file)
@@ -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