aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-30 23:18:27 +0000
committerDan Gohman <gohman@apple.com>2009-10-30 23:18:27 +0000
commit0437a06ea656d4ee954dec8a6233ed60d987e0c4 (patch)
tree16c227263ba1109ef6569bb790255c9b2ca571ad
parentcf35517c4ed90250526095a2b1d76ba1f77f5c35 (diff)
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85637 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/palignr-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/palignr-2.ll b/test/CodeGen/X86/palignr-2.ll
index 2db6926c3a..2936641e95 100644
--- a/test/CodeGen/X86/palignr-2.ll
+++ b/test/CodeGen/X86/palignr-2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse3 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+ssse3 | FileCheck %s
; rdar://7341330
@a = global [4 x i32] [i32 4, i32 5, i32 6, i32 7], align 16 ; <[4 x i32]*> [#uses=1]