| Index: test/MC/X86/AlignedBundling/nesting.s
|
| diff --git a/test/MC/X86/AlignedBundling/nesting.s b/test/MC/X86/AlignedBundling/nesting.s
|
| index 8996170a1d199b747b3426f45ab5e08bcf52c0d9..74b8fe9ff49b2a27d3ac62a89ff904060f42c9c2 100644
|
| --- a/test/MC/X86/AlignedBundling/nesting.s
|
| +++ b/test/MC/X86/AlignedBundling/nesting.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
|
|
|
| # Will be bundle-aligning to 16 byte boundaries
|
| .bundle_align_mode 4
|
|
|