[llvm-commits] [llvm] r105440 - /llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll

Dan Gohman gohman at apple.com
Thu Jun 3 17:14:48 PDT 2010


Author: djg
Date: Thu Jun  3 19:14:48 2010
New Revision: 105440

URL: http://llvm.org/viewvc/llvm-project?rev=105440&view=rev
Log:
This test doesn't need the ssp attribute.

Modified:
    llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll

Modified: llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll?rev=105440&r1=105439&r2=105440&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll (original)
+++ llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll Thu Jun  3 19:14:48 2010
@@ -7,7 +7,7 @@
 @Te1 = external global [256 x i32]		; <[256 x i32]*> [#uses=4]
 @Te3 = external global [256 x i32]		; <[256 x i32]*> [#uses=2]
 
-define void @t(i8* nocapture %in, i8* nocapture %out, i32* nocapture %rk, i32 %r) nounwind ssp {
+define void @t(i8* nocapture %in, i8* nocapture %out, i32* nocapture %rk, i32 %r) nounwind {
 entry:
 	%0 = load i32* %rk, align 4		; <i32> [#uses=1]
 	%1 = getelementptr i32* %rk, i64 1		; <i32*> [#uses=1]





More information about the llvm-commits mailing list