summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/splat-scalar-load.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-11-23 07:13:56 +0000
committerBob Wilson <bob.wilson@apple.com>2011-11-23 07:13:56 +0000
commitebb44646c40e67d67a975e16992bc67b0a868900 (patch)
treead7d25d69d42fb3c4df319fb39a9f04f400075fc /llvm/test/CodeGen/X86/splat-scalar-load.ll
parent02845410f9d5fabb516054547a1a331bcbefd19b (diff)
downloadbcm5719-llvm-ebb44646c40e67d67a975e16992bc67b0a868900.tar.gz
bcm5719-llvm-ebb44646c40e67d67a975e16992bc67b0a868900.zip
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Patch by Bill Wendling. llvm-svn: 145097
Diffstat (limited to 'llvm/test/CodeGen/X86/splat-scalar-load.ll')
-rw-r--r--llvm/test/CodeGen/X86/splat-scalar-load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/splat-scalar-load.ll b/llvm/test/CodeGen/X86/splat-scalar-load.ll
index 2b13029896e..81a072fb396 100644
--- a/llvm/test/CodeGen/X86/splat-scalar-load.ll
+++ b/llvm/test/CodeGen/X86/splat-scalar-load.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 | FileCheck %s
; rdar://7434544
-define <2 x i64> @t2() nounwind ssp {
+define <2 x i64> @t2() nounwind {
entry:
; CHECK: t2:
; CHECK: pshufd $85, (%esp), %xmm0
OpenPOWER on IntegriCloud