fix this testcase on ppc hosts

llvm-svn: 35603
This commit is contained in:
Chris Lattner 2007-04-02 20:39:48 +00:00
parent e1c3dc7c78
commit 3d0eeb2046

View File

@ -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"