1 ; RUN: llc < %s -mtriple=armv7-eabi -mattr=+vfp2
6 %c = type { float, float, float, float }
8 declare arm_aapcs_vfpcc float @bar(ptr)
10 define arm_aapcs_vfpcc void @foo(ptr %x, ptr %y) {
12 %0 = call arm_aapcs_vfpcc float @bar(ptr %y) ; <float> [#uses=0]
13 %1 = fadd float undef, undef ; <float> [#uses=1]
14 store float %1, ptr undef, align 8