summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll
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
commit8fdda8a6554e45cd7e527d83dc64d9eda48701e9 (patch)
tree900f2ff4135a55b147c0c4eebda64b5697bf3be6 /llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll
parentd8a9a047390f33c4467595bf149970497f97542c (diff)
downloadbcm5719-llvm-8fdda8a6554e45cd7e527d83dc64d9eda48701e9.tar.gz
bcm5719-llvm-8fdda8a6554e45cd7e527d83dc64d9eda48701e9.zip
This test doesn't need the ssp attribute.
llvm-svn: 105440
Diffstat (limited to 'llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll')
-rw-r--r--llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll b/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll
index 474450acc9b..938023ffe03 100644
--- a/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud