Home | History | Annotate | Download | only in ARM
      1 // RUN: llvm-mc -filetype=obj -triple thumbv7-linux-gnu %s -o %t
      2 // RUN: llvm-objdump -triple thumbv7-linux-gnu -d %t | FileCheck %s
      3 
      4 //PR18303
      5 .code 16
      6 .global edata
      7 b edata // CHECK: b.w
      8 .code 32
      9 
     10