Skip to content

Commit d7d55ec

Browse files
hjyamauchicompnerd
andauthored
Update test/SILOptimizer/dont_hoist_begin_access_loop_with_no_exit.swift
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent cd5275a commit d7d55ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/dont_hoist_begin_access_loop_with_no_exit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swiftc_driver -O %s
22

3-
// Issue URL
3+
// https://github.com/apple/swift/issues/67084
44
// Don't crash failing to sink the corresponding end_access after
55
// hoisting the begin_access when the loop has no exit.
66

0 commit comments

Comments
 (0)