blob: bb38be855f1ca716a33e26c52dbae06e2a696954 [file] [log] [blame]
Chris Lattner04dcb5c2002-02-01 04:24:20 +00001; Crash in post dominator set construction.
2;
3; RUN: analyze -postdomset %s
4;
5
6implementation
7
Chris Lattner097fc012002-02-01 04:44:38 +00008int "looptest"()
Chris Lattner04dcb5c2002-02-01 04:24:20 +00009begin
Chris Lattner097fc012002-02-01 04:44:38 +000010 br label %L2Top
Chris Lattner04dcb5c2002-02-01 04:24:20 +000011
Chris Lattner04dcb5c2002-02-01 04:24:20 +000012L2Top:
Chris Lattner097fc012002-02-01 04:44:38 +000013 br bool true, label %L2End, label %L2Top
14
Chris Lattner04dcb5c2002-02-01 04:24:20 +000015L2Body:
Chris Lattner04dcb5c2002-02-01 04:24:20 +000016 br label %L2Top
Chris Lattner097fc012002-02-01 04:44:38 +000017
Chris Lattner04dcb5c2002-02-01 04:24:20 +000018L2End:
Chris Lattner097fc012002-02-01 04:44:38 +000019 ret int 0
Chris Lattner04dcb5c2002-02-01 04:24:20 +000020end
21