Skip to content

Commit 572d513

Browse files
committed
rename EscapeInfo.swift -> EscapeUtils.swift
1 parent eec201c commit 572d513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SwiftCompilerSources/Sources/Optimizer/Utilities/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88

99
swift_compiler_sources(Optimizer
10-
EscapeInfo.swift
10+
EscapeUtils.swift
1111
OptUtils.swift
1212
WalkUtils.swift
1313
AccessUtils.swift

SwiftCompilerSources/Sources/Optimizer/Utilities/EscapeInfo.swift renamed to SwiftCompilerSources/Sources/Optimizer/Utilities/EscapeUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- EscapeInfo.swift - Finds escape points of a value ----------------===//
1+
//===--- EscapeUtils.swift ------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)