[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
Chris Lattner
sabre at nondot.org
Mon Apr 2 13:40:08 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
2007-03-24-InlineAsmVectorOp.ll updated: 1.2 -> 1.3
---
Log message:
fix this testcase on ppc hosts
---
Diffs of the changes: (+1 -1)
2007-03-24-InlineAsmVectorOp.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
diff -u llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll:1.2 llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll:1.3
--- llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll:1.2 Tue Mar 27 21:38:26 2007
+++ llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll Mon Apr 2 15:39:48 2007
@@ -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"
More information about the llvm-commits
mailing list