summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-02 20:39:48 +0000
committerChris Lattner <sabre@nondot.org>2007-04-02 20:39:48 +0000
commitdd59227a73120b7e4b46ab7a1c3011bae5c42f79 (patch)
tree4404ee31df298751f6c9a91270fa81b370254a13 /llvm/test
parentd13786dd8265bfcc4933d95459fc61ff4a7c1f0b (diff)
downloadbcm5719-llvm-dd59227a73120b7e4b46ab7a1c3011bae5c42f79.tar.gz
bcm5719-llvm-dd59227a73120b7e4b46ab7a1c3011bae5c42f79.zip
fix this testcase on ppc hosts
llvm-svn: 35603
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll b/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
index ef245a281a7..cec8d8e8e74 100644
--- a/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
+++ b/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep 'cmpltsd %xmm0, %xmm0'
+; RUN: llvm-as < %s | llc -mcpu=yonah -march=x86 | grep 'cmpltsd %xmm0, %xmm0'
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin9"
OpenPOWER on IntegriCloud