summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-26 03:08:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-26 03:08:55 +0000
commit05c8fd9ee2472fcdb61cbaa66984c85176310e5f (patch)
tree180a24f32cf2892eb569c78cc069916bbd9d7440 /test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
parent174a3d3e63734aced494b0f725fd4d0bf1fa3491 (diff)
downloadllvm-05c8fd9ee2472fcdb61cbaa66984c85176310e5f.tar.gz
llvm-05c8fd9ee2472fcdb61cbaa66984c85176310e5f.tar.bz2
llvm-05c8fd9ee2472fcdb61cbaa66984c85176310e5f.tar.xz
llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll')
-rw-r--r--test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll b/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
index 19a73543c6..58e36e8946 100644
--- a/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
+++ b/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movups | count 2
+; RUN: llc < %s -march=x86 -mcpu=penryn | grep movups | count 2
define void @a(<4 x float>* %x) nounwind {
entry: