1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 %s -o - | FileCheck %s
3 define void @test3(ptr %glob, i32 %X) {
5 %tmp = load float, ptr %glob ; <float> [#uses=1]
6 %tmp2 = getelementptr float, ptr %glob, i32 2 ; <ptr> [#uses=1]
7 %tmp3 = load float, ptr %tmp2 ; <float> [#uses=1]
8 %tmp.upgrd.1 = fcmp ogt float %tmp, %tmp3 ; <i1> [#uses=1]
9 br i1 %tmp.upgrd.1, label %cond_true, label %UnifiedReturnBlock
11 cond_true: ; preds = %entry
12 %tmp.upgrd.2 = tail call i32 (...) @bar( ) ; <i32> [#uses=0]
15 UnifiedReturnBlock: ; preds = %entry