[llvm-commits] [llvm] r71734 - /llvm/trunk/test/CodeGen/X86/fold-mul-lohi.ll
Dan Gohman
gohman at apple.com
Wed May 13 15:29:25 PDT 2009
Author: djg
Date: Wed May 13 17:29:12 2009
New Revision: 71734
URL: http://llvm.org/viewvc/llvm-project?rev=71734&view=rev
Log:
Add nounwind to this test.
Modified:
llvm/trunk/test/CodeGen/X86/fold-mul-lohi.ll
Modified: llvm/trunk/test/CodeGen/X86/fold-mul-lohi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-mul-lohi.ll?rev=71734&r1=71733&r2=71734&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-mul-lohi.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-mul-lohi.ll Wed May 13 17:29:12 2009
@@ -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
More information about the llvm-commits
mailing list