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.
1 parent c9768b3 commit 803bb1bCopy full SHA for 803bb1b
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