xref: /aosp_15_r20/external/llvm/test/CodeGen/Mips/2008-07-06-fadd64.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -march=mips -mattr=single-float  < %s | FileCheck %s
2
3define double @dofloat(double %a, double %b) nounwind {
4entry:
5; CHECK: __adddf3
6	fadd double %a, %b		; <double>:0 [#uses=1]
7	ret double %0
8}
9