| ; RUN: llc -mtriple=armv7-eabi -mcpu=cortex-a8 < %s |
| %"c" = type { %"lsm", %"Vec3", ptr, float, i8, float, %"lsm", i8, %"Vec3", %"Vec3", %"Vec3", float, float, float, %"Vec3", %"Vec3" } |
| %"lsm" = type { %"als", %"Vec3", %"Vec3", %"Vec3", %"Vec3" } |
| %"Vec3" = type { float, float, float } |
| define arm_aapcs_vfpcc void @foo(ptr %this, ptr nocapture %adjustment) { |
| switch i32 undef, label %return [ |
| %0 = call arm_aapcs_vfpcc %"Vec3" undef(ptr undef) ; <%"Vec3"> [#uses=1] |
| %mrv_gr69 = extractvalue %"Vec3" %0, 1 ; <float> [#uses=1] |
| %1 = fsub float %mrv_gr69, undef ; <float> [#uses=1] |
| store float %1, ptr undef, align 4 |