Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / start-lib1.ll
blob3d4fe19daab9cd6ebf8c4d4fb17994c93b530914
1 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-pc-windows-msvc"
4 declare i32 @bar()
6 define i32 @foo() {
7   %1 = call i32 () @bar()
8   %2 = add i32 %1, 1
9   ret i32 %2
12 !llvm.linker.options = !{!0}
13 !0 = !{!"/INCLUDE:foo"}