mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 15:09:22 +02:00
* renamed optunrol into optloop
git-svn-id: trunk@11798 -
This commit is contained in:
parent
69bd90996b
commit
3294c59a73
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -312,8 +312,8 @@ compiler/optbase.pas svneol=native#text/plain
|
|||||||
compiler/optcse.pas svneol=native#text/plain
|
compiler/optcse.pas svneol=native#text/plain
|
||||||
compiler/optdfa.pas svneol=native#text/plain
|
compiler/optdfa.pas svneol=native#text/plain
|
||||||
compiler/options.pas svneol=native#text/plain
|
compiler/options.pas svneol=native#text/plain
|
||||||
|
compiler/optloop.pas svneol=native#text/plain
|
||||||
compiler/opttail.pas svneol=native#text/plain
|
compiler/opttail.pas svneol=native#text/plain
|
||||||
compiler/optunrol.pas svneol=native#text/plain
|
|
||||||
compiler/optutils.pas svneol=native#text/plain
|
compiler/optutils.pas svneol=native#text/plain
|
||||||
compiler/owar.pas svneol=native#text/plain
|
compiler/owar.pas svneol=native#text/plain
|
||||||
compiler/owbase.pas svneol=native#text/plain
|
compiler/owbase.pas svneol=native#text/plain
|
||||||
|
@ -31,7 +31,7 @@ interface
|
|||||||
node,cpubase,
|
node,cpubase,
|
||||||
symnot,
|
symnot,
|
||||||
symtype,symbase,symdef,symsym,
|
symtype,symbase,symdef,symsym,
|
||||||
optunrol;
|
optloop;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ flags used by loop nodes }
|
{ flags used by loop nodes }
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
unit optunrol;
|
unit optloop;
|
||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user