[llvm] r235366 - Tighten bundling section alignment test.

Derek Schuff dschuff at google.com
Mon Apr 20 17:17:59 PDT 2015


Author: dschuff
Date: Mon Apr 20 19:17:59 2015
New Revision: 235366

URL: http://llvm.org/viewvc/llvm-project?rev=235366&view=rev
Log:
Tighten bundling section alignment test.

Leftover comment from http://reviews.llvm.org/D9131

Modified:
    llvm/trunk/test/MC/X86/AlignedBundling/section-alignment.s

Modified: llvm/trunk/test/MC/X86/AlignedBundling/section-alignment.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/AlignedBundling/section-alignment.s?rev=235366&r1=235365&r2=235366&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/AlignedBundling/section-alignment.s (original)
+++ llvm/trunk/test/MC/X86/AlignedBundling/section-alignment.s Mon Apr 20 19:17:59 2015
@@ -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





More information about the llvm-commits mailing list