279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
6 lines
121 B
LLVM
6 lines
121 B
LLVM
; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
|
|
; PR2028
|
|
define i32 @test1() {
|
|
ret i32 0
|
|
}
|