Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AVR / relocations-abs.s
blobb384cadcec202c54bd340c1dc3629024a0c3d029
1 ; RUN: llvm-mc -filetype=obj -triple=avr %s | llvm-objdump -d -r - | FileCheck %s
3 ; CHECK: <bar>:
4 ; CHECK-NEXT: 00 00 nop
5 ; CHECK-NEXT: R_AVR_16 .text+0x2
6 bar:
7 .short 1f
8 1: