blob: 70ea11ebf04fcc7563e97a300848e497bda95af9 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -indvars -disable-output
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00003define void @test() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004entry:
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00005 %inc.2 = add i32 1, 1 ; <i32> [#uses=1]
6 br i1 false, label %no_exit, label %loopexit
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00008no_exit: ; preds = %no_exit, %entry
9 %j.0.pn = phi i32 [ %inc.3, %no_exit ], [ %inc.2, %entry ] ; <i32> [#uses=1]
10 %k.0.pn = phi i32 [ %inc.4, %no_exit ], [ 1, %entry ] ; <i32> [#uses=1]
11 %inc.3 = add i32 %j.0.pn, 1 ; <i32> [#uses=1]
12 %inc.4 = add i32 %k.0.pn, 1 ; <i32> [#uses=1]
13 br i1 false, label %no_exit, label %loopexit
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000015loopexit: ; preds = %no_exit, %entry
16 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017}
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000018