New testcase, distilled from 176.gcc

llvm-svn: 8096
This commit is contained in:
Chris Lattner 2003-08-24 00:21:50 +00:00
parent e6235443a5
commit 9fa8906009
1 changed files with 12 additions and 0 deletions

View File

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