1; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s 2; RUN: llvm-mc -filetype=obj -triple avr < %s | llvm-objdump -dr - | FileCheck --check-prefix=CHECK-INST %s 3 4foo: 5 sleep 6 7; CHECK: sleep ; encoding: [0x88,0x95] 8 9; CHECK-INST: sleep 10