llvm-mirror/test/Regression/Jello/2003-08-23-DeadBlockTest.llx
Chris Lattner 7e200cfaee New testcase, distilled from 176.gcc
llvm-svn: 8096
2003-08-24 00:21:50 +00:00

13 lines
156 B
Plaintext

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