From 9b56994421704bb44dc69ceb1305330deaf27169 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Tue, 21 Apr 2015 00:17:59 +0000 Subject: [PATCH] Tighten bundling section alignment test. Leftover comment from http://reviews.llvm.org/D9131 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235366 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/X86/AlignedBundling/section-alignment.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/MC/X86/AlignedBundling/section-alignment.s b/test/MC/X86/AlignedBundling/section-alignment.s index c40432cd4e7..9ee5f6776c1 100644 --- a/test/MC/X86/AlignedBundling/section-alignment.s +++ b/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 -- 2.34.1