summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-04 00:14:48 +0000
committerDan Gohman <gohman@apple.com>2010-06-04 00:14:48 +0000
commit20af92e5b7cc2fc3dac25edf6081fd5623cd0f5d (patch)
tree9d047c2f89c66a8f590905c978b52a08430ec946 /test
parent40cbe7d5d41d22d32e8ce773548f510fd1ee0ed9 (diff)
downloadllvm-20af92e5b7cc2fc3dac25edf6081fd5623cd0f5d.tar.gz
llvm-20af92e5b7cc2fc3dac25edf6081fd5623cd0f5d.tar.bz2
llvm-20af92e5b7cc2fc3dac25edf6081fd5623cd0f5d.tar.xz
This test doesn't need the ssp attribute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/lsr-loop-exit-cond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/lsr-loop-exit-cond.ll b/test/CodeGen/X86/lsr-loop-exit-cond.ll
index 474450acc9..938023ffe0 100644
--- a/test/CodeGen/X86/lsr-loop-exit-cond.ll
+++ b/test/CodeGen/X86/lsr-loop-exit-cond.ll
@@ -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]