blob: d59a63518a56f3b8433b33bfd6a16e7ff8ad250e [file] [log] [blame]
Chris Lattnere22766c2003-05-12 02:27:05 +00001target endian = little
2target pointersize = 32
3
4implementation
5
Chris Lattnerbbd58392003-05-12 02:31:48 +00006int %main() {
Chris Lattnere22766c2003-05-12 02:27:05 +00007entry:
Chris Lattnerbbd58392003-05-12 02:31:48 +00008 br label %endif
Chris Lattnere22766c2003-05-12 02:27:05 +00009then:
10 br label %endif
11endif:
Chris Lattnerbbd58392003-05-12 02:31:48 +000012 %x = phi uint [ 4, %entry ], [ 27, %then ]
13 %result = phi int [ 32, %then ], [ 0, %entry ]
Chris Lattnere22766c2003-05-12 02:27:05 +000014 ret int 0
15}