Eric Christopher | cee313d | 2019-04-17 04:52:47 +0000 | [diff] [blame] | 1 | ; RUN: opt < %s -adce -disable-output |
2 | ; RUN: opt < %s -adce -disable-output -adce-remove-loops | ||||
3 | |||||
4 | define void @test() { | ||||
5 | br label %BB3 | ||||
6 | |||||
7 | BB3: ; preds = %BB3, %0 | ||||
8 | br label %BB3 | ||||
9 | } | ||||
10 |