Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / lto / Inputs / drop-linkage.ll
blobd86055794d9830110e0fa85e1244d89e13550b95
1 target triple = "x86_64-unknown-linux-gnu"
2 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
4 $foo = comdat any
5 define linkonce void @foo() comdat {
6   ret void
9 define void @bar() {
10   call void @foo()
11   ret void