We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EscapeInfo.swift
EscapeUtils.swift
1 parent eec201c commit 572d513Copy full SHA for 572d513
SwiftCompilerSources/Sources/Optimizer/Utilities/CMakeLists.txt
@@ -7,7 +7,7 @@
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
9
swift_compiler_sources(Optimizer
10
- EscapeInfo.swift
+ EscapeUtils.swift
11
OptUtils.swift
12
WalkUtils.swift
13
AccessUtils.swift
SwiftCompilerSources/Sources/Optimizer/Utilities/EscapeInfo.swift renamed to SwiftCompilerSources/Sources/Optimizer/Utilities/EscapeUtils.swift
@@ -1,4 +1,4 @@
1
-//===--- EscapeInfo.swift - Finds escape points of a value ----------------===//
+//===--- EscapeUtils.swift ------------------------------------------------===//
2
//
3
// This source file is part of the Swift.org open source project
4
0 commit comments