blob: f16dd0487d23c0b389bdf71462d51599ea91cb3d [file] [log] [blame]
Dan Gohman6cb04cc2009-10-24 23:23:04 +00001; RUN: opt < %s -loop-rotate -verify-dom-info -verify-loop-info -disable-output
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3 %struct.relation = type { [4 x i16], i32, [4 x i16], i32, i32 }
4
Tanya Lattner348c6182008-03-25 04:26:08 +00005define void @findAllPairs() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006entry:
7 br i1 false, label %bb139, label %bb10.i44
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008bb10.i44: ; preds = %entry
9 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010bb127: ; preds = %bb139
11 br label %bb139
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012bb139: ; preds = %bb127, %entry
13 br i1 false, label %bb127, label %bb142
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014bb142: ; preds = %bb139
15 %r91.0.lcssa = phi %struct.relation* [ null, %bb139 ] ; <%struct.relation*> [#uses=0]
16 ret void
17}
Tanya Lattner348c6182008-03-25 04:26:08 +000018