forked from OSchip/llvm-project
Tighten bundling section alignment test.
Leftover comment from http://reviews.llvm.org/D9131 llvm-svn: 235366
This commit is contained in:
parent
2a1678a789
commit
396db88958
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue