From: Derek Schuff Date: Tue, 21 Apr 2015 00:17:59 +0000 (+0000) Subject: Tighten bundling section alignment test. X-Git-Tag: llvmorg-3.7.0-rc1~6365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=396db8895801f0f753c32f30ef70ae80b28ddfe1;p=platform%2Fupstream%2Fllvm.git Tighten bundling section alignment test. Leftover comment from http://reviews.llvm.org/D9131 llvm-svn: 235366 --- 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