[llvm-commits] [llvm] r60066 - /llvm/trunk/test/CodeGen/X86/loop-strength-reduce.ll
Chris Lattner
sabre at nondot.org
Tue Nov 25 16:03:26 PST 2008
Author: lattner
Date: Tue Nov 25 18:03:26 2008
New Revision: 60066
URL: http://llvm.org/viewvc/llvm-project?rev=60066&view=rev
Log:
this doesn't need EH
Modified:
llvm/trunk/test/CodeGen/X86/loop-strength-reduce.ll
Modified: llvm/trunk/test/CodeGen/X86/loop-strength-reduce.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/loop-strength-reduce.ll?rev=60066&r1=60065&r2=60066&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/loop-strength-reduce.ll (original)
+++ llvm/trunk/test/CodeGen/X86/loop-strength-reduce.ll Tue Nov 25 18:03:26 2008
@@ -5,7 +5,7 @@
@A = internal global [16 x [16 x i32]] zeroinitializer, align 32 ; <[16 x [16 x i32]]*> [#uses=2]
-define void @test(i32 %row, i32 %N.in) {
+define void @test(i32 %row, i32 %N.in) nounwind {
entry:
%N = bitcast i32 %N.in to i32 ; <i32> [#uses=1]
%tmp5 = icmp sgt i32 %N.in, 0 ; <i1> [#uses=1]
More information about the llvm-commits
mailing list