diff options
-rw-r--r-- | llvm/test/MC/X86/AlignedBundling/section-alignment.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/X86/AlignedBundling/section-alignment.s b/llvm/test/MC/X86/AlignedBundling/section-alignment.s index c40432cd4e7..9ee5f6776c1 100644 --- a/llvm/test/MC/X86/AlignedBundling/section-alignment.s +++ b/llvm/test/MC/X86/AlignedBundling/section-alignment.s @@ -13,9 +13,11 @@ .section text1, "x" imull $17, %ebx, %ebp # CHECK-LABEL: Name: text1 +# CHECK-NOT: Name # CHECK: AddressAlignment: 32 .section text2, "x" imull $17, %ebx, %ebp # CHECK-LABEL: Name: text2 +# CHECK-NOT: Name # CHECK: AddressAlignment: 32 |