Skip to content

Commit 215c47e

Browse files
authored
[ctxprof] Missing test update post #131201 (#131428)
1 parent e642ed8 commit 215c47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/PGOProfile/ctx-instrumentation.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
declare void @bar()
1010

1111
;.
12-
; LOWERING: @an_entrypoint_ctx_root = global { ptr, ptr, ptr, i8 } zeroinitializer
13-
; LOWERING: @another_entrypoint_no_callees_ctx_root = global { ptr, ptr, ptr, i8 } zeroinitializer
12+
; LOWERING: @an_entrypoint_ctx_root = global { ptr, ptr, ptr, i64, i8 } zeroinitializer
13+
; LOWERING: @another_entrypoint_no_callees_ctx_root = global { ptr, ptr, ptr, i64, i8 } zeroinitializer
1414
; LOWERING: @__llvm_ctx_profile_callsite = external hidden thread_local global ptr
1515
; LOWERING: @__llvm_ctx_profile_expected_callee = external hidden thread_local global ptr
1616
; LOWERING: @[[GLOB0:[0-9]+]] = internal global { ptr, ptr, i8 } zeroinitializer

0 commit comments

Comments
 (0)