mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 10:30:49 +02:00
* Corrected method's visibility.
git-svn-id: trunk@48393 -
This commit is contained in:
parent
4fa99cff62
commit
9b1567f054
@ -59,6 +59,7 @@ Type
|
||||
function InstructionLoadsFromReg(const reg : TRegister; const hp : tai) : boolean; override;
|
||||
|
||||
function RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean; override;
|
||||
function OptPass1And(var p: tai): Boolean; override; { There's optimisation code that's general for all ARM platforms }
|
||||
protected
|
||||
function LookForPreindexedPattern(p: taicpu): boolean;
|
||||
function LookForPostindexedPattern(p: taicpu): boolean;
|
||||
@ -67,7 +68,6 @@ Type
|
||||
{ Individual optimisation routines }
|
||||
function OptPass1DataCheckMov(var p: tai): Boolean;
|
||||
function OptPass1ADDSUB(var p: tai): Boolean;
|
||||
function OptPass1And(var p: tai): Boolean; override; { There's optimisation code that's general for all ARM platforms }
|
||||
function OptPass1CMP(var p: tai): Boolean;
|
||||
function OptPass1LDR(var p: tai): Boolean;
|
||||
function OptPass1STM(var p: tai): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user