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