| Index: test/MC/X86/AlignedBundling/pad-bundle-groups.s
|
| diff --git a/test/MC/X86/AlignedBundling/pad-bundle-groups.s b/test/MC/X86/AlignedBundling/pad-bundle-groups.s
|
| index b65ee7a5cc745ade1b1389061a3c5f4ac74ba55f..7a9e30c053ecfdd898404f5f74a3ae4e11f4eaff 100644
|
| --- a/test/MC/X86/AlignedBundling/pad-bundle-groups.s
|
| +++ b/test/MC/X86/AlignedBundling/pad-bundle-groups.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 some variations of padding for bundle-locked groups.
|
|
|
|
|