]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll
Updates to sync with changes in upstream.
[opencl/llvm.git] / test / CodeGen / ARM / 2009-09-21-LiveVariablesBug.ll
1 ; RUN: llc < %s -mtriple=armv7-none-linux-gnueabi -mattr=+neon
3 ; PR5024
5 %bar = type { <4 x float> }
6 %foo = type { %bar, %bar, %bar, %bar }
8 declare arm_aapcs_vfpcc <4 x float> @bbb(%bar*) nounwind
10 define arm_aapcs_vfpcc void @aaa(%foo* noalias sret %agg.result, %foo* %tfrm) nounwind {
11 entry:
12   %0 = call arm_aapcs_vfpcc  <4 x float> @bbb(%bar* undef) nounwind ; <<4 x float>> [#uses=0]
13   ret void
14 }