blob: 6745555a406d696163fa7cbf8eb8e64a920282aa [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -adce -disable-output
David Callahanebcf9162016-12-13 16:42:18 +00002; RUN: opt < %s -adce -disable-output -adce-remove-loops
Chris Lattner3913c062002-07-29 19:02:49 +00003
Tanya Lattner5640bd12008-03-01 09:15:35 +00004define void @test() {
5 br label %BB3
Chris Lattner3913c062002-07-29 19:02:49 +00006
Tanya Lattner5640bd12008-03-01 09:15:35 +00007BB3: ; preds = %BB3, %0
8 br label %BB3
9}
10