[InstCombine] Shift amount reassociation in bittest: trunc-of-lshr (PR42399)
[llvm-complete.git] / test / Linker / Inputs / type-unique-unrelated3.ll
blobe3f2dd944dd0934cdf135ce5898d83a6ad490832
1 %t = type { i8* }
2 declare %t @f()
4 define %t @g() {
5  %x = call %t @f()
6  ret %t %x