xref: /aosp_15_r20/external/llvm/test/MC/X86/relax-insn.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: llvm-mc -filetype=obj -triple i386-pc-linux-gnu %s -o %t
2// RUN: llvm-objdump -d %t | FileCheck %s
3
4.global foo
5pushw $foo // CHECK: pushw
6