1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-02 22:32:38 +00:00
llvm-6502/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
2008-03-01 09:15:35 +00:00

10 lines
156 B
LLVM

; RUN: llvm-as < %s | opt -adce -disable-output
define i32 @main() {
br label %loop
loop: ; preds = %loop, %0
br label %loop
}