From: Derek Schuff Date: Tue, 21 Apr 2015 00:17:59 +0000 (+0000) Subject: Tighten bundling section alignment test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b56994421704bb44dc69ceb1305330deaf27169;p=oota-llvm.git 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 --- 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