From ebb44646c40e67d67a975e16992bc67b0a868900 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Wed, 23 Nov 2011 07:13:56 +0000 Subject: Enable stack protectors for all arrays, not just char arrays. rdar://5875909 Patch by Bill Wendling. llvm-svn: 145097 --- llvm/test/CodeGen/X86/splat-scalar-load.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/splat-scalar-load.ll') 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 -- cgit v1.2.3