blob: 5818808ae0cd20bfbf0cf7b0903e37f1ecc14aee [file] [log] [blame]
Cameron Zwarich4a60b932011-02-10 23:38:10 +00001; RUN: opt < %s -scalarrepl -loop-simplify -licm -disable-output -verify-dom-info -verify-loop-info
Chris Lattner4acd51a2004-04-13 16:22:04 +00002
Tanya Lattner6f729d62008-03-25 04:26:08 +00003define void @inflate() {
Chris Lattner4acd51a2004-04-13 16:22:04 +00004entry:
5 br label %loopentry.0.outer1111
Tanya Lattner6f729d62008-03-25 04:26:08 +00006loopentry.0.outer1111: ; preds = %then.41, %label.11, %loopentry.0.outer1111, %entry
7 %left.0.ph1107 = phi i32 [ %tmp.1172, %then.41 ], [ 0, %entry ], [ %tmp.1172, %label.11 ], [ %left.0.ph1107, %loopentry.0.outer1111 ] ; <i32> [#uses=2]
8 %tmp.1172 = sub i32 %left.0.ph1107, 0 ; <i32> [#uses=2]
9 switch i32 0, label %label.11 [
10 i32 23, label %loopentry.0.outer1111
11 i32 13, label %then.41
Chris Lattner4acd51a2004-04-13 16:22:04 +000012 ]
Chris Lattner4acd51a2004-04-13 16:22:04 +000013label.11: ; preds = %loopentry.0.outer1111
14 br label %loopentry.0.outer1111
Chris Lattner4acd51a2004-04-13 16:22:04 +000015then.41: ; preds = %loopentry.0.outer1111
16 br label %loopentry.0.outer1111
17}
Tanya Lattner6f729d62008-03-25 04:26:08 +000018