cec8d8e8e74e394e685cf9309e639d5451a23743
[oota-llvm.git] / test / CodeGen / X86 / 2007-03-24-InlineAsmVectorOp.ll
1 ; RUN: llvm-as < %s | llc -mcpu=yonah -march=x86 | grep 'cmpltsd %xmm0, %xmm0'
2 target datalayout = "e-p:32:32"
3 target triple = "i686-apple-darwin9"
4
5
6 define void @acoshf() {
7         %tmp19 = tail call <2 x double> asm sideeffect "pcmpeqd $0, $0 \0A\09 cmpltsd $0, $0", "=x,0,~{dirflag},~{fpsr},~{flags}"( <2 x double> zeroinitializer )               ; <<2 x double>> [#uses=0]
8         ret void
9 }
10