diff options
Diffstat (limited to 'llvm/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s')
| -rw-r--r-- | llvm/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s b/llvm/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s index 7cb6d06790a..6ca4046f0c7 100644 --- a/llvm/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s +++ b/llvm/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s @@ -26,7 +26,8 @@ foo: # Here we have to pad until the end of the *next* boundary because # otherwise the group crosses a boundary. # CHECK: 1a: nop +# The nop sequence may be implemented as one instruction or many, but if +# it's one instruction, that instruction cannot itself cross the boundary. +# CHECK: 20: nop # CHECK-NEXT: 26: callq # CHECK-NEXT: 2b: callq - - |

