[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / Thumb2 / 2009-08-08-ScavengerAssert.ll
blobe3c23ac025f4c451eeae1b6ef33bab14160b194c
1 ; RUN: llc < %s -mtriple=armv7-eabi -mattr=+vfp2
2 ; PR4686
4 @g_d = external global double           ; <double*> [#uses=1]
6 define void @foo(float %yIncr) {
7 entry:
8         br i1 undef, label %bb, label %bb4
10 bb:             ; preds = %entry
11         %0 = call arm_aapcs_vfpcc  float @bar()         ; <float> [#uses=1]
12         %1 = fpext float %0 to double           ; <double> [#uses=1]
13         store double %1, double* @g_d, align 8
14         br label %bb4
16 bb4:            ; preds = %bb, %entry
17         unreachable
20 declare arm_aapcs_vfpcc float @bar()