diff options
Diffstat (limited to 'test/MC/X86/AlignedBundling')
-rw-r--r-- | test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s b/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s index 1892e15850..387e0fe59b 100644 --- a/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s +++ b/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s @@ -14,5 +14,9 @@ foo: jle .L_ELSE .bundle_unlock # CHECK: .bundle_unlock + .bundle_lock align_to_end +# CHECK: .bundle_lock align_to_end + add %rbx, %rdx + .bundle_unlock |