Skip to content

Commit

Permalink
Restore an "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo authored Feb 28, 2025
1 parent b3e23d6 commit 258493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/lesson/6.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ You can either deal with them directly or pick a "twist" on the classic SSA form
#### Subtleties in Classic SSA

While ϕ-nodes behave like "normal" instructions in some ways, they are weird in other ways.
The biggest way in which ϕ-nodes are weird is that their semantics depend on the control-flow history of the program.
The biggest way in which ϕ-nodes are weird is that their semantics depends on the control-flow history of the program.
Returning to our first example above:

a.4: int = phi .left a.2 .right a.3;
Expand Down

0 comments on commit 258493d

Please sign in to comment.