Skip to content

Commit

Permalink
Fix a typo (handles => handled) (#33436)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivish authored and StefanKarpinski committed Oct 1, 2019
1 parent 2924113 commit 311b0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/devdocs/ssair.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct PhiNode
end
```
where we ensure that both vectors always have the same length. In the canonical representation (the one
handles by codegen and the interpreter), the edge values indicate come-from statement numbers (i.e.
handled by codegen and the interpreter), the edge values indicate come-from statement numbers (i.e.
if edge has an entry of `15`, there must be a `goto`, `gotoifnot` or implicit fall through from
statement `15` that targets this phi node). Values are either SSA values or constants. It is also
possible for a value to be unassigned if the variable was not defined on this path. However, undefinedness
Expand Down

0 comments on commit 311b0b9

Please sign in to comment.