Fix assembling of Thumb2 branch instructions.
[oota-llvm.git] / test / MC / ARM / basic-thumb2-instructions.s
index b5d3966b1fbe24f329cab8878a90a1adaaa40534..4c51cd9ee7c930c2100e1cc2d4beb00ba6bd33b2 100644 (file)
@@ -221,12 +221,12 @@ _func:
         beq.w _bar
         bmi.w   #-183396
 
-@ CHECK: b.w   _bar                    @ encoding: [A,0xf0'A',A,0x90'A']
+@ CHECK: b.w   _bar                    @ encoding: [A,0xf0'A',A,0xb8'A']
           @   fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch
 @ CHECK: beq.w _bar                    @ encoding: [A,0xf0'A',A,0x80'A']
           @   fixup A - offset: 0, value: _bar, kind: fixup_t2_condbranch
 @ CHECK: it    eq                      @ encoding: [0x08,0xbf]
-@ CHECK: beq.w _bar                    @ encoding: [A,0xf0'A',A,0x90'A']
+@ CHECK: beq.w _bar                    @ encoding: [A,0xf0'A',A,0xb8'A']
           @   fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch
 @ CHECK: bmi.w   #-183396                @ encoding: [0x13,0xf5,0xce,0xa9]