Print and emit redundant Address-Size override prefix if it's set on the instruction. Reviewed By: skan Differential Revision: https://reviews.llvm.org/D120592
6 lines
169 B
ArmAsm
6 lines
169 B
ArmAsm
# Check that we don't accidentally strip addr32 prefix
|
|
|
|
# RUN: llvm-mc -disassemble %s -triple=x86_64 | FileCheck %s
|
|
# CHECK: addr32 callq
|
|
0x67 0xe8 0x00 0x00 0x00 0x00
|