1 # RUN: llvm-mc -filetype=obj -triple x86_64 --x86-align-branch-boundary=32 --x86-align-branch=fused+jcc+call %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
3 # Exercise some corner cases related to align directive.
6 # Check the align directive between the macro fused pair
7 # does not make code crazy.
8 # CHECK: 0: cmpq %rax, %rbp
19 # Check we can ensure this call not cross or end at boundary when there
20 # is a align directive before it.
21 # CHECK: 20: callq *%rax