1; RUN: llvm-mc -triple avr -mattr=ijmpcall -show-encoding < %s | FileCheck %s 2 3 4foo: 5 6 ijmp 7 8; CHECK: ijmp ; encoding: [0x09,0x94] 9