mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 17:00:53 +02:00
* moved comment so it is recognized by lazarus as a method description
git-svn-id: trunk@30439 -
This commit is contained in:
parent
31709b1b43
commit
2daae5ff03
@ -45,6 +45,9 @@ Unit aopt;
|
|||||||
|
|
||||||
private
|
private
|
||||||
procedure FindLoHiLabels;
|
procedure FindLoHiLabels;
|
||||||
|
|
||||||
|
{ Builds a table with the locations of the labels in the TAsmList.
|
||||||
|
Also fixes some RegDeallocs like "# %eax released; push (%eax)" }
|
||||||
Procedure BuildLabelTableAndFixRegAlloc;
|
Procedure BuildLabelTableAndFixRegAlloc;
|
||||||
procedure clear;
|
procedure clear;
|
||||||
procedure pass_1;
|
procedure pass_1;
|
||||||
@ -121,9 +124,8 @@ Unit aopt;
|
|||||||
End
|
End
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
|
||||||
Procedure TAsmOptimizer.BuildLabelTableAndFixRegAlloc;
|
Procedure TAsmOptimizer.BuildLabelTableAndFixRegAlloc;
|
||||||
{ Builds a table with the locations of the labels in the TAsmList. }
|
|
||||||
{ Also fixes some RegDeallocs like "# %eax released; push (%eax)" }
|
|
||||||
Var p,hp1, hp2: tai;
|
Var p,hp1, hp2: tai;
|
||||||
Regs: TAllUsedRegs;
|
Regs: TAllUsedRegs;
|
||||||
LabelIdx : longint;
|
LabelIdx : longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user