summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-02 22:50:08 +0000
committerDan Gohman <gohman@apple.com>2009-02-02 22:50:08 +0000
commite7f5be7d71d5b7a950db53eac257f343abea4d1d (patch)
tree8ed2376ec7e4733ed5ddcb9b2e533deee7dc827f /test
parentc6be110f9127982760f09f17b4910c51962d8d67 (diff)
downloadexternal_llvm-e7f5be7d71d5b7a950db53eac257f343abea4d1d.zip
external_llvm-e7f5be7d71d5b7a950db53eac257f343abea4d1d.tar.gz
external_llvm-e7f5be7d71d5b7a950db53eac257f343abea4d1d.tar.bz2
Yonah does not support x86-64. Change the -mcpu value to one that does.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/extractelement-load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/extractelement-load.ll b/test/CodeGen/X86/extractelement-load.ll
index 4850eba..601690e 100644
--- a/test/CodeGen/X86/extractelement-load.ll
+++ b/test/CodeGen/X86/extractelement-load.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as %s -o - | llc -march=x86 -mattr=+sse2 -mcpu=yonah | not grep movd
-; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=yonah | not grep movd
+; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=core2 | not grep movd
define i32 @t(<2 x i64>* %val) nounwind {
%tmp2 = load <2 x i64>* %val, align 16 ; <<2 x i64>> [#uses=1]