llvm-6502/test/CodeGen/X86/2003-08-23-DeadBlockTest.llx
2003-09-15 20:02:53 +00:00

13 lines
161 B
Plaintext

; RUN: llvm-as < %s | llc -march=x86
implementation
void %test() {
entry: ret void
Test: ; dead block!
call void %test()
call void %test()
ret void
}