Follow up to r165072. Try a different approach: only move the load when it's going...
[oota-llvm.git] / test / CodeGen / Mips / 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 }