blob: a0f8362667caf32e8d5aa65f560ed15504406871 [file] [log] [blame]
Misha Brukman14285c82003-09-15 20:02:53 +00001; RUN: llvm-as < %s | llc -march=x86
Chris Lattnerf3f062e2003-08-24 00:21:50 +00002
3implementation
4
5void %test() {
6entry: ret void
7Test: ; dead block!
8 call void %test()
9 call void %test()
10 ret void
11}
12