mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 16:09:16 +02:00
* spelling fixed
git-svn-id: trunk@26435 -
This commit is contained in:
parent
523b2dfa26
commit
e6a9e385d3
@ -94,7 +94,7 @@ interface
|
|||||||
uses rv.myregvars as scratch (so that two uses of the same regvar
|
uses rv.myregvars as scratch (so that two uses of the same regvar
|
||||||
in a single tree to make it appear in commonregvars). Useful to
|
in a single tree to make it appear in commonregvars). Useful to
|
||||||
find out which regvars are used in two different node trees
|
find out which regvars are used in two different node trees
|
||||||
(e.g. in the "else" and "then" path, or in various case blocks }
|
e.g. in the "else" and "then" path, or in various case blocks }
|
||||||
// procedure get_used_regvars_common(n: tnode; var rv: tusedregvarscommon);
|
// procedure get_used_regvars_common(n: tnode; var rv: tusedregvarscommon);
|
||||||
procedure gen_sync_regvars(list:TAsmList; var rv: tusedregvars);
|
procedure gen_sync_regvars(list:TAsmList; var rv: tusedregvars);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user