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