17716da0c670d370cc3122147cac2715a05a7660
[oota-llvm.git] / mips64fpimm0.ll
1 ; RUN: llc  < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
2
3 define double @foo1() nounwind readnone {
4 entry:
5 ; CHECK: dmtc1 $zero
6   ret double 0.000000e+00
7 }