blob: 45279adbe57b33a3ea9dc4a7f463ec19386834bf [file] [log] [blame]
Eric Christopher79cc1e32014-09-02 22:28:02 +00001; RUN: %lli %s > /dev/null
Danil Malyshev7c5db452012-05-17 21:07:47 +00002
3target datalayout = "e-p:32:32"
4
5define i32 @main() {
6entry:
7 br label %endif
8then: ; No predecessors!
9 br label %endif
10endif: ; preds = %then, %entry
11 %x = phi i32 [ 4, %entry ], [ 27, %then ] ; <i32> [#uses=0]
12 %result = phi i32 [ 32, %then ], [ 0, %entry ] ; <i32> [#uses=0]
13 ret i32 0
14}
15