blob: b0eca495b448e457aba459090128c25b5f88f3d5 [file] [log] [blame]
Chris Lattnere58a01f2002-07-23 18:28:03 +00001; Crash in post dominator set construction.
2;
3; RUN: analyze -postdomset %s
4;
5
6implementation
7
8int "postdomsettest"()
9begin
10 br label %L2Top
11
12L2Top:
13 br bool true, label %L2End, label %L2Body
14
15L2Body:
16 br label %L2Top
17
18L2End:
19 ret int 0
20end
21