Skip to content

Commit 78b969c

Browse files
committed
Disable verbose AddressUtils
(cherry picked from commit 009bc58)
1 parent 5a26081 commit 78b969c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/Optimizer/Utilities/AddressUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import SIL
1414

15-
private let verbose = true
15+
private let verbose = false
1616

1717
private func log(_ message: @autoclosure () -> String) {
1818
if verbose {

0 commit comments

Comments
 (0)