blob: 6745555a406d696163fa7cbf8eb8e64a920282aa [file] [log] [blame]
Eric Christophercee313d2019-04-17 04:52:47 +00001; RUN: opt < %s -adce -disable-output
2; RUN: opt < %s -adce -disable-output -adce-remove-loops
3
4define void @test() {
5 br label %BB3
6
7BB3: ; preds = %BB3, %0
8 br label %BB3
9}
10