Skip to content

Commit

Permalink
Merge pull request #521 from ebresafegaga/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the documentation of the `Stacking` pass
  • Loading branch information
m-schmidt authored Aug 25, 2024
2 parents d351f4b + 9256ae5 commit 7c87292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Stacking.v
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Fixpoint transl_builtin_arg (fe: frame_env) (a: builtin_arg loc) : builtin_arg m
(** Translation of a Linear instruction. Prepends the corresponding
Mach instructions to the given list of instructions.
[Lgetstack] and [Lsetstack] moves between registers and stack slots
are turned into [Mgetstack], [Mgetparent] or [Msetstack] instructions
are turned into [Mgetstack], [Mgetparam] or [Msetstack] instructions
at offsets determined by the frame environment.
Instructions and addressing modes are modified as described previously.
Code to restore the values of callee-save registers is inserted
Expand Down

0 comments on commit 7c87292

Please sign in to comment.