Use "isa" since the variable isn't used.
[llvm-complete.git] / test / MC / AVR / inst-cbr.s
blobf85ae87dff0ba5df4c98e2e59262d99013e67ce9
1 ; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
4 foo:
6 cbr r17, 208
7 cbr r24, 190
8 cbr r20, 173
9 cbr r31, 0
11 ; CHECK: andi r17, -209 ; encoding: [0x1f,0x72]
12 ; CHECK: andi r24, -191 ; encoding: [0x81,0x74]
13 ; CHECK: andi r20, -174 ; encoding: [0x42,0x75]
14 ; CHECK: andi r31, -1 ; encoding: [0xff,0x7f]