Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / undefined-globals.s
blob7cbef117eeb49cc84d43e2a7bc6b47abd45c65f3
1 .globl use_undef_global
2 .globl unused_undef_global
3 .globl used_undef_global
5 .globaltype unused_undef_global, i64, immutable
6 .globaltype used_undef_global, i64, immutable
8 use_undef_global:
9 .functype use_undef_global () -> (i64)
10 global.get used_undef_global
11 end_function