Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / Mips / mips64fpimm0.ll
1 ; RUN: llc  < %s -march=mips64el -mcpu=mips4 -mattr=n64 | FileCheck %s
2 ; RUN: llc  < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
3
4 define double @foo1() nounwind readnone {
5 entry:
6 ; CHECK: dmtc1 $zero
7   ret double 0.000000e+00
8 }