blob: 17f29f94d2d6f5b2fd09981b96b731f6d4815e6d [file] [log] [blame]
David Woodhouse7db37052014-01-28 23:13:30 +00001// 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
7b edata // CHECK: b.w
8.code 32
9