summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commit10eed3788d9663649fe56ac36a52e4df1fffce65 (patch)
tree454a25fafb5121dd6e6ebe00fffc6e70f4ddf80f /llvm/test
parent56998cdc5b2da7cb692525c1c9990e1d5e8e78f2 (diff)
downloadbcm5719-llvm-10eed3788d9663649fe56ac36a52e4df1fffce65.tar.gz
bcm5719-llvm-10eed3788d9663649fe56ac36a52e4df1fffce65.zip
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
llvm-svn: 85637
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/palignr-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/palignr-2.ll b/llvm/test/CodeGen/X86/palignr-2.ll
index 2db6926c3a8..2936641e95d 100644
--- a/llvm/test/CodeGen/X86/palignr-2.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud