diff options
Diffstat (limited to 'llvm/test/MC/X86/AlignedBundling/relax-at-bundle-end.s')
-rw-r--r-- | llvm/test/MC/X86/AlignedBundling/relax-at-bundle-end.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/AlignedBundling/relax-at-bundle-end.s b/llvm/test/MC/X86/AlignedBundling/relax-at-bundle-end.s index ab4affbbeac..f59ecb08a3d 100644 --- a/llvm/test/MC/X86/AlignedBundling/relax-at-bundle-end.s +++ b/llvm/test/MC/X86/AlignedBundling/relax-at-bundle-end.s @@ -1,5 +1,7 @@ # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \ # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s +# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \ +# RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s # Test that an instruction near a bundle end gets properly padded # after it is relaxed. |