Index: test/MC/X86/AlignedBundling/relax-in-bundle-group.s |
diff --git a/test/MC/X86/AlignedBundling/relax-in-bundle-group.s b/test/MC/X86/AlignedBundling/relax-in-bundle-group.s |
index 0a99bb5ce563724e025a60d2d5121cd54981eea3..d07619063f001d69b795a50c30b84ec086b57010 100644 |
--- a/test/MC/X86/AlignedBundling/relax-in-bundle-group.s |
+++ b/test/MC/X86/AlignedBundling/relax-in-bundle-group.s |
@@ -1,5 +1,7 @@ |
# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \ |
# RUN: | llvm-objdump -disassemble - | FileCheck %s |
+# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \ |
+# RUN: | llvm-objdump -disassemble - | FileCheck %s |
# Test that instructions inside bundle-locked groups are relaxed even if their |
# fixup is short enough not to warrant relaxation on its own. |