1 2 3 4 5 6 7 8 9 10 11
; RUN: opt %s -tailcallelim -S | \ ; RUN: grep {tail call void @foo} declare void @foo() define void @bar() { call void @foo( ) ret void }