blob: 17716da0c670d370cc3122147cac2715a05a7660 [file] [log] [blame]
Akira Hatanaka990d6392011-12-20 22:25:50 +00001; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
2
3define double @foo1() nounwind readnone {
4entry:
5; CHECK: dmtc1 $zero
6 ret double 0.000000e+00
7}