summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-07-25 22:28:51 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-07-25 22:28:51 +0000
commit442d1b199fed28893dc03dffef4a9cd023b28f9b (patch)
tree30010a94b618167fe88c8af70a8b95f4fdfc7ee5 /llvm
parente92d047b517462aa1da44cb4db58e597f03c3ff7 (diff)
downloadbcm5719-llvm-442d1b199fed28893dc03dffef4a9cd023b28f9b.tar.gz
bcm5719-llvm-442d1b199fed28893dc03dffef4a9cd023b28f9b.zip
Attempt to fix test failure reported on llvm-commits.
llvm-svn: 135995
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/palignr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/palignr.ll b/llvm/test/CodeGen/X86/palignr.ll
index ddcb05c9703..6875fb33924 100644
--- a/llvm/test/CodeGen/X86/palignr.ll
+++ b/llvm/test/CodeGen/X86/palignr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=core2 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core2 -mattr=+ssse3 | FileCheck %s
; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck --check-prefix=YONAH %s
define <4 x i32> @test1(<4 x i32> %A, <4 x i32> %B) nounwind {
OpenPOWER on IntegriCloud