Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Linker / Inputs / type-unique-unrelated2.ll
blob39ba32c28584117db26cd16872a6bfb4b3b4dffc
1 %t = type { ptr }
2 declare %t @g()
4 define %t @g2() {
5  %x = call %t @g()
6  ret %t %x