forked from OSchip/llvm-project
parent
bfc796f622
commit
abb36674a8
|
@ -0,0 +1,11 @@
|
|||
; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | grep 'tail call void %foo'
|
||||
|
||||
declare void %foo()
|
||||
|
||||
|
||||
void %bar() {
|
||||
call void %foo()
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue