forked from OSchip/llvm-project
parent
e6235443a5
commit
9fa8906009
|
@ -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