brintos

brintos / llvm-project-archived public Read only

0
0
Text · 334 B · 278daec Raw
15 lines · plain
1; RUN: %lli -jit-kind=mcjit %s > /dev/null2; RUN: %lli %s > /dev/null3 4define i32 @main() {5entry:6	br label %endif7then:		; No predecessors!8	br label %endif9endif:		; preds = %then, %entry10	%x = phi i32 [ 4, %entry ], [ 27, %then ]		; <i32> [#uses=0]11	%result = phi i32 [ 32, %then ], [ 0, %entry ]		; <i32> [#uses=0]12	ret i32 013}14 15