[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / Transforms / Inline / pr22285.ll
blobd7631554c2cfd48fb32cdf963d0997e496151668
1 ; RUN: opt < %s -inline -S | FileCheck %s
2 ; RUN: opt < %s -passes='cgscc(inline),globaldce' -S | FileCheck %s
4 $f1 = comdat any
5 ; CHECK-NOT: $f1 = comdat any
7 define void @f2() {
8   call void @f1()
9   ret void
11 ; CHECK-LABEL: define void @f2
13 define linkonce_odr void @f1() comdat {
14   ret void
16 ; CHECK-NOT: define linkonce_odr void @f1() comdat