Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AVR / inst-ret.s
blob92b1e30118618d82545d03e8cf35654c235e8879
1 ; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
2 ; RUN: llvm-mc -filetype=obj -triple avr < %s | llvm-objdump -d - | FileCheck --check-prefix=CHECK-INST %s
5 foo:
7 ret
9 ; CHECK: ret ; encoding: [0x08,0x95]
11 ; CHECK-INST: ret