Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / ARM / 2009-09-21-LiveVariablesBug.ll
blob5728a6109b0f7a931c9c620d6f8cef6176d1ad9e
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(ptr) nounwind
10 define arm_aapcs_vfpcc void @aaa(ptr noalias sret(%foo) %agg.result, ptr %tfrm) nounwind {
11 entry:
12   %0 = call arm_aapcs_vfpcc  <4 x float> @bbb(ptr undef) nounwind ; <<4 x float>> [#uses=0]
13   ret void