* renamed optunrol into optloop

git-svn-id: trunk@11798 -
This commit is contained in:
florian 2008-09-17 20:21:19 +00:00
parent 69bd90996b
commit 3294c59a73
3 changed files with 3 additions and 3 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -31,7 +31,7 @@ interface
node,cpubase,
symnot,
symtype,symbase,symdef,symsym,
optunrol;
optloop;
type
{ flags used by loop nodes }

View File

@ -19,7 +19,7 @@
****************************************************************************
}
unit optunrol;
unit optloop;
{$i fpcdefs.inc}