1 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
3 define i32 @f(i32 %a) {
5 %tmp2 = icmp eq i32 %a, 0 ; <i1> [#uses=1]
6 %t.0 = select i1 %tmp2, i32 (...)* null, i32 (...)* @test_weak ; <i32 (...)*> [#uses=2]
7 %tmp5 = icmp eq i32 (...)* %t.0, null ; <i1> [#uses=1]
8 br i1 %tmp5, label %UnifiedReturnBlock, label %cond_true8
10 cond_true8: ; preds = %entry
11 %tmp10 = tail call i32 (...) %t.0( ) ; <i32> [#uses=1]
14 UnifiedReturnBlock: ; preds = %entry
18 declare extern_weak i32 @test_weak(...)