1 ; RUN: llvm-as < %s | opt -inline -disable-output
3 ; Inlining the first call caused the inliner function to delete the second
4 ; call. Then the inliner tries to inline the second call, which no longer
7 define internal void @Callee1() {
11 define void @Callee2() {
15 define void @caller() {