[InstCombine] Remove insertRangeTest code that handles the equality case.
[llvm-complete.git] / test / tools / obj2yaml / sections-info.yaml
blobf7ec4f625b99a83c17fdc5139a262da5a31c3b9d
1 ## Check that obj2yaml does not write a section Info
2 ## field in the case when it has a value of zero.
4 # RUN: yaml2obj %s -o %t
5 # RUN: obj2yaml %t | FileCheck %s
7 # CHECK:      Sections:
8 # CHECK-NEXT:  - Name: .foo
9 # CHECK-NEXT:    Type: SHT_PROGBITS
10 # CHECK-NEXT:  - Name: .bar
11 # CHECK-NEXT:    Type: SHT_PROGBITS
12 # CHECK-NEXT:    Info: 0x0000000000000001
14 --- !ELF
15 FileHeader:
16   Class:   ELFCLASS64
17   Data:    ELFDATA2LSB
18   Type:    ET_DYN
19   Machine: EM_X86_64
20 Sections:
21   - Name: .foo
22     Type: SHT_PROGBITS
23   - Name: .bar
24     Type: SHT_PROGBITS
25     Info: 1