Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / ELF / elf_directive_previous.s
blob5db1eac03d394f788653979cde16038c9468ba2b
1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
3 .bss
4 # CHECK: .bss
6 .text
7 # CHECK: .text
9 .previous
10 # CHECK: .bss
12 .previous
13 # CHECK: .text