Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / 2007-03-24-InlineAsmVectorOp.ll
1 ; RUN: llc < %s -mcpu=yonah -march=x86 -no-integrated-as | FileCheck %s
2
3 target datalayout = "e-p:32:32"
4 target triple = "i686-apple-darwin9"
5
6 ; CHECK: {{cmpltsd %xmm0, %xmm0}}
7
8 define void @acoshf() {
9         %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]
10         ret void
11 }
12