[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / X86 / AlignedBundling / relax-at-bundle-end.s
blobf59ecb08a3d1fefa6b086d935d9a380c105e05a2
1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
4 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
6 # Test that an instruction near a bundle end gets properly padded
7 # after it is relaxed.
8 .text
9 foo:
10 .bundle_align_mode 5
11 .rept 29
12 push %rax
13 .endr
14 # CHECK: 1c: push
15 # CHECK: 1d: nop
16 # CHECK: 20: jne
17 jne 0x100