[llvm-commits] [llvm] r67740 - /llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
Chris Lattner
sabre at nondot.org
Wed Mar 25 22:51:18 PDT 2009
Author: lattner
Date: Thu Mar 26 00:51:18 2009
New Revision: 67740
URL: http://llvm.org/viewvc/llvm-project?rev=67740&view=rev
Log:
no need for eh info
Modified:
llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
Modified: llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll?rev=67740&r1=67739&r2=67740&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-03-25-TestBug.ll Thu Mar 26 00:51:18 2009
@@ -6,7 +6,7 @@
@hello = internal constant [7 x i8] c"hello\0A\00"
@world = internal constant [7 x i8] c"world\0A\00"
-define void @func(i32* %b) {
+define void @func(i32* %b) nounwind {
bb1579.i.i: ; preds = %bb1514.i.i, %bb191.i.i
%tmp176 = load i32* %b, align 4
%tmp177 = and i32 %tmp176, 2
More information about the llvm-commits
mailing list