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