1 ; RUN: llc < %s -mcpu=i686 2>&1 | FileCheck %s
4 target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
7 define float @x0(float %f) #0 {
9 %call = tail call float @sqrtf(float %f) #1
17 declare float @sqrtf(float) #0
19 attributes #0 = { nounwind optsize readnone }
20 attributes #1 = { nounwind optsize readnone }