1 ; RUN: llc -mtriple=arm-unknown-unknown < %s | FileCheck %s
4 define float @test1() nounwind uwtable readnone ssp {
6 %foo = call float @floorf(float 0x4000CCCCC0000000) nounwind readnone
11 define float @test2() nounwind uwtable readnone ssp {
13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone
18 define float @test3() nounwind uwtable readnone ssp {
20 %foo = call float @truncf(float 0x4000CCCCC0000000) nounwind readnone
24 declare float @floorf(float) nounwind readnone
25 declare float @ceilf(float) nounwind readnone
26 declare float @truncf(float) nounwind readnone