summaryrefslogtreecommitdiffstats
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
commite862b3dd96a033e88b9d60f2fcecfa656a0405f0 (patch)
treebb2560459e55ee9cd11ade7f1c7394d17a2cfdb6
parentb5dd922a926afd22bced94d7e9d176cfccba62ab (diff)
downloadbcm5719-llvm-e862b3dd96a033e88b9d60f2fcecfa656a0405f0.tar.gz
bcm5719-llvm-e862b3dd96a033e88b9d60f2fcecfa656a0405f0.zip
Yonah does not support x86-64. Change the -mcpu value to one that does.
llvm-svn: 63561
-rw-r--r--llvm/test/CodeGen/X86/extractelement-load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/extractelement-load.ll b/llvm/test/CodeGen/X86/extractelement-load.ll
index 4850eba6092..601690ef7ca 100644
--- a/llvm/test/CodeGen/X86/extractelement-load.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud