Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / associative-comdat-mingw-2.s
blobedb6a82da84b6e895f6efa784f45f0ea884c669c
1 .section .xdata$foo,"dr"
2 .linkonce discard
3 .p2align 3
4 .long 42
6 .section .xdata$bar,"dr"
7 .linkonce discard
8 .p2align 3
9 .long 43
11 .section .xdata$baz,"dr"
12 .linkonce discard
13 .p2align 3
14 .long 44
16 .def foo;
17 .scl 2;
18 .type 32;
19 .endef
20 .section .text$foo,"xr",discard,foo
21 .globl foo
22 .p2align 4
23 foo:
24 ret
26 .def bar;
27 .scl 2;
28 .type 32;
29 .endef
30 .section .text$bar,"xr",discard,bar
31 .globl bar
32 .p2align 4
33 bar:
34 ret