| Index: test/MC/X86/AlignedBundling/relax-at-bundle-end.s
|
| diff --git a/test/MC/X86/AlignedBundling/relax-at-bundle-end.s b/test/MC/X86/AlignedBundling/relax-at-bundle-end.s
|
| index ab4affbbeac8f7ac586506ea8a00dcad9eca3b1b..f59ecb08a3d1fefa6b086d935d9a380c105e05a2 100644
|
| --- a/test/MC/X86/AlignedBundling/relax-at-bundle-end.s
|
| +++ b/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.
|
|
|