Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / Hexagon / offset.s
blob9cc8e8b3dcdc40a4968f06da91f603983d43b269
1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -t - | FileCheck %s
4 sym_a:
5 .set sym_d, sym_a + 8
6 # CHECK: 00000000 l .text 00000000 sym_a
7 # CHECK: 00000008 l .text 00000000 sym_d