• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc -march=mips -mattr=single-float  < %s | FileCheck %s
2
3define float @round2float(double %a) nounwind {
4entry:
5; CHECK: __truncdfsf2
6	fptrunc double %a to float		; <float>:0 [#uses=1]
7	ret float %0
8}
9