mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +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/optdfa.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/optunrol.pas svneol=native#text/plain
|
||||
compiler/optutils.pas svneol=native#text/plain
|
||||
compiler/owar.pas svneol=native#text/plain
|
||||
compiler/owbase.pas svneol=native#text/plain
|
||||
|
@ -31,7 +31,7 @@ interface
|
||||
node,cpubase,
|
||||
symnot,
|
||||
symtype,symbase,symdef,symsym,
|
||||
optunrol;
|
||||
optloop;
|
||||
|
||||
type
|
||||
{ flags used by loop nodes }
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
****************************************************************************
|
||||
}
|
||||
unit optunrol;
|
||||
unit optloop;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user