blob: 3dddb013f7ce65a6b013fb1b6f2e7cfce9ba7a8e [file] [log] [blame]
; RUN: opt < %s -tailcallelim -S | \
; RUN: grep {tail call void @foo}
declare void @foo()
define void @bar() {
call void @foo( )
ret void
}