1 ; RUN: opt -mergefunc -S < %s | FileCheck %s
5 ; CHECK-LABEL: define{{.*}}@foo
6 ; CHECK: call {{.*}}@dummy
7 ; CHECK: musttail {{.*}}@dummy
10 musttail call void @dummy()
14 ; CHECK-LABEL: define{{.*}}@bar
15 ; CHECK: call {{.*}}@dummy
16 ; CHECK: call {{.*}}@dummy