blob: d7631554c2cfd48fb32cdf963d0997e496151668 [file] [log] [blame]
; RUN: opt < %s -inline -S | FileCheck %s
; RUN: opt < %s -passes='cgscc(inline),globaldce' -S | FileCheck %s
$f1 = comdat any
; CHECK-NOT: $f1 = comdat any
define void @f2() {
call void @f1()
ret void
}
; CHECK-LABEL: define void @f2
define linkonce_odr void @f1() comdat {
ret void
}
; CHECK-NOT: define linkonce_odr void @f1() comdat