blob: 2783b5d3a0d8ce230e8a2659c4410e8717085a9e [file] [log] [blame]
John Bauman66b8ab22014-05-06 15:57:45 -04001; RUN: opt < %s -adce -disable-output
2
3define void @test() {
4 br label %BB3
5
6BB3: ; preds = %BB3, %0
7 br label %BB3
8}
9