Skip to content

Commit 73a5279

Browse files
[docs] Add 'critical edge' definition to Lexicon. (swiftlang#33765)
1 parent 782863c commit 73a5279

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Lexicon.md

+5
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ the AST level. See also [witness table](#witness-table).
111111
context. This type may contain [archetypes](#archetype) and cannot be
112112
used directly from outside the context. Compare with [interface type](#interface-type).
113113

114+
## critical edge
115+
116+
An edge in a control flow graph where the destination has multiple predecessors
117+
and the source has multiple successors.
118+
114119
## customization point
115120

116121
Informal term for a protocol requirement that has a default implementation,

0 commit comments

Comments
 (0)