New testcase, distilled from 176.gcc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-24 00:21:50 +00:00
parent 41822c790f
commit f3f062eb71

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
}