Eric Christopher | 79cc1e3 | 2014-09-02 22:28:02 +0000 | [diff] [blame] | 1 | ; RUN: %lli %s > /dev/null |
Danil Malyshev | 7c5db45 | 2012-05-17 21:07:47 +0000 | [diff] [blame] | 2 | |
Danil Malyshev | 7c5db45 | 2012-05-17 21:07:47 +0000 | [diff] [blame] | 3 | define i32 @main() { |
4 | entry: | ||||
5 | br label %endif | ||||
6 | then: ; No predecessors! | ||||
7 | br label %endif | ||||
8 | endif: ; preds = %then, %entry | ||||
9 | %x = phi i32 [ 4, %entry ], [ 27, %then ] ; <i32> [#uses=0] | ||||
10 | %result = phi i32 [ 32, %then ], [ 0, %entry ] ; <i32> [#uses=0] | ||||
11 | ret i32 0 | ||||
12 | } | ||||
13 |