Home | History | Annotate | Download | only in AVR
      1 ; RUN: llvm-mc -triple avr -mattr=ijmpcall -show-encoding < %s | FileCheck %s
      2 
      3 
      4 foo:
      5 
      6   icall
      7 
      8 ; CHECK: icall                  ; encoding: [0x09,0x95]
      9