From 396db8895801f0f753c32f30ef70ae80b28ddfe1 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 llvm-svn: 235366 --- llvm/test/MC/X86/AlignedBundling/section-alignment.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/MC/X86/AlignedBundling/section-alignment.s b/llvm/test/MC/X86/AlignedBundling/section-alignment.s index c40432c..9ee5f67 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 -- 2.7.4