projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b3567
)
Attempt to fix test failure reported on llvm-commits.
author
Eli Friedman
<eli.friedman@gmail.com>
Mon, 25 Jul 2011 22:28:51 +0000
(22:28 +0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Mon, 25 Jul 2011 22:28:51 +0000
(22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135995
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/palignr.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/palignr.ll
b/test/CodeGen/X86/palignr.ll
index ddcb05c97032da6c43dc8cfb6cec8a6bb2e3fd2d..6875fb3392423dd7b2c7fbaafc41cd6bdb791119 100644
(file)
--- a/
test/CodeGen/X86/palignr.ll
+++ b/
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 {