// RUN: llvm-mc -filetype=obj -triple i686-pc-win32 -mcpu=pentiumpro %s | llvm-readobj -S --sd - | FileCheck %s
// Test that we get optimal nops in text
.text
f0:
.long 0
.align 8, 0x90
.long 0
.align 8
// But not in another section
.data
.long 0
.align 8, 0x90
.long 0
.align 8
//CHECK: Name: .text
//CHECK-NEXT: VirtualSize
//CHECK-NEXT: VirtualAddress
//CHECK-NEXT: RawDataSize: 16
//CHECK-NEXT: PointerToRawData
//CHECK-NEXT: PointerToRelocations
//CHECK-NEXT: PointerToLineNumbers
//CHECK-NEXT: RelocationCount
//CHECK-NEXT: LineNumberCount
//CHECK-NEXT: Characteristics
//CHECK-NEXT:
//CHECK: Name: .data
//CHECK-NEXT: VirtualSize:
//CHECK-NEXT: VirtualAddress:
//CHECK-NEXT: RawDataSize: 16
//CHECK-NEXT: PointerToRawData:
//CHECK-NEXT: PointerToRelocations:
//CHECK-NEXT: PointerToLineNumbers:
//CHECK-NEXT: RelocationCount:
//CHECK-NEXT: LineNumberCount:
//CHECK-NEXT: Characteristics
//CHECK-NEXT: