; RUN: llvm-as < %s | opt -inline -disable-output; Inlining the first call caused the inliner function to delete the second; call. Then the inliner tries to inline the second call, which no longer; exists.implementationinternalvoid%Callee1(){unwind}void%Callee2(){retvoid}void%caller(){callvoid%Callee1()callvoid%Callee2()retvoid}