Skip to content

Commit 934af45

Browse files
vchuravygbaraldi
andcommitted
Update test/llvmpasses/late-lower-gc.ll
Co-authored-by: Gabriel Baraldi <[email protected]>
1 parent fdd6ad7 commit 934af45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/llvmpasses/late-lower-gc.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ top:
9393
; Confirm that `invariant.load` on other loads survive
9494
define void @gc_keep_invariant(float addrspace(1)* %0) {
9595
top:
96-
; CHECK-LABEL: @gc_drop_aliasing
96+
; CHECK-LABEL: @gc_keep_invariant
9797
%pgcstack = call {}*** @julia.get_pgcstack()
9898
%1 = bitcast {}*** %pgcstack to {}**
9999
%current_task = getelementptr inbounds {}*, {}** %0, i64 -12

0 commit comments

Comments
 (0)