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:
cf35517
)
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
author
Dan Gohman
<gohman@apple.com>
Fri, 30 Oct 2009 23:18:27 +0000
(23:18 +0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 30 Oct 2009 23:18:27 +0000
(23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85637
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/palignr-2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/palignr-2.ll
b/test/CodeGen/X86/palignr-2.ll
index 2db6926c3a881327c3f5e67d02f4ca50d1c3bef2..2936641e95d9f95c84e066b0c93186cf5e355a6c 100644
(file)
--- 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=+ss
s
e3 | FileCheck %s
; rdar://7341330
@a = global [4 x i32] [i32 4, i32 5, i32 6, i32 7], align 16 ; <[4 x i32]*> [#uses=1]