mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
New testcase, distilled from 176.gcc
llvm-svn: 8096
This commit is contained in:
parent
82e85c8c5f
commit
7e200cfaee
12
test/Regression/Jello/2003-08-23-DeadBlockTest.llx
Normal file
12
test/Regression/Jello/2003-08-23-DeadBlockTest.llx
Normal 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user