File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,16 @@ target triple = "powerpc-ibm-aix"
12
12
; CHECK-NEXT: L..__llvm_covinit_functions:
13
13
; CHECK-NEXT: .vbyte 4, __llvm_gcov_writeout[DS]
14
14
; CHECK-NEXT: .vbyte 4, __llvm_gcov_reset[DS]
15
- ; The first .csect directive below is specifying the content of the csect.
16
- ; The second .csect directive below is used to insert the .ref pseudo
17
- ; instruction.
18
- ; CHECK: .csect __llvm_gcov_ctr_section[RW],3
19
15
; CHECK: .csect __llvm_gcov_ctr_section[RW],3
16
+ ; CHECK-NEXT: .lglobl __llvm_gcov_ctr # @_MergedGlobals
17
+ ; CHECK-NEXT: .lglobl __llvm_gcov_ctr.1
18
+ ; CHECK-NEXT: .align 3
19
+ ; CHECK-NEXT: L.._MergedGlobals:
20
+ ; CHECK-NEXT: __llvm_gcov_ctr:
21
+ ; CHECK-NEXT: .space 8
22
+ ; CHECK-NEXT: __llvm_gcov_ctr.1:
23
+ ; CHECK-NEXT: .space 8
24
+ ; CHECK: .csect __llvm_gcov_ctr_section[RW],3
20
25
; CHECK-RW-NEXT: .ref __llvm_covinit[RW]
21
26
; CHECK-RO-NEXT: .ref __llvm_covinit[RO]
22
27
You can’t perform that action at this time.
0 commit comments