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.
2 parents f189f8d + 803bb1b commit 0af5640Copy full SHA for 0af5640
include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
@@ -575,7 +575,7 @@ class EscapeAnalysis : public BottomUpIPAnalysis {
575
/// program, displaying the connection graph. This depends on there being a
576
/// dot graph viewer program, like 'graphviz', in your path.
577
///
578
- /// Defer-edges are grey, points-to edges are black.
+ /// Defer-edges are gray, points-to edges are black.
579
/// Content nodes are rounded rectangles, argument/return nodes are bold.
580
/// Global escaping nodes are red, argument escaping nodes are blue.
581
void viewCG() const;
0 commit comments