Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-objdump / MachO / symbolized-subtractor.test
bloba1cdd99a64cb3f1a23c5c06b6d379be1849a0f29
1 # RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho -d - | FileCheck %s
3 nop
4 x:
5 leaq    x-y(%rax), %rbx
6 .data
7 y:
8 .quad 0
10 # CHECK: leaq   x-y(%rax), %rbx