- Use a more appropriate name for Owen's ARM Parser isMCR hack since the same operand...
[oota-llvm.git] / test / MC / ARM / arm_fixups.s
1 // RUN: llvm-mc -triple arm-unknown-unknown %s --show-encoding > %t
2 // RUN: FileCheck < %t %s
3
4 // CHECK: bl _printf @ encoding: [A,A,A,0xeb]
5 // CHECK: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_branch
6 bl _printf
7