mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
a62270de2c
The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
11 lines
201 B
LLVM
11 lines
201 B
LLVM
; RUN: opt < %s -adce -disable-output
|
|
; RUN: opt < %s -adce -disable-output -adce-remove-loops
|
|
|
|
define void @test() {
|
|
br label %BB3
|
|
|
|
BB3: ; preds = %BB3, %0
|
|
br label %BB3
|
|
}
|
|
|