Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-22-Cstpool.ll
1 ; RUN: llc -march=mips < %s | FileCheck %s
2
3 define float @F(float %a) nounwind {
4 ; CHECK: .rodata.cst4,"aM",@progbits 
5 entry:
6 ; CHECK: ($CPI0_{{[0-1]}})
7 ; CHECK: ($CPI0_{{[0,1]}}) 
8 ; CHECK: ($CPI0_{{[0,1]}}) 
9 ; CHECK: ($CPI0_{{[0,1]}}) 
10   fadd float %a, 0x4011333340000000             ; <float>:0 [#uses=1]
11   fadd float %0, 0x4010666660000000             ; <float>:1 [#uses=1]
12   ret float %1
13 }