Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / LTO / X86 / Inputs / start-lib1.ll
blob18b6ea25386f52ec54ecf888fec9acb6072f5fd4
1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 declare void @bar()
6 define void @foo() {
7   call void @bar()
8   ret void