浏览代码

* renamed optunrol into optloop

git-svn-id: trunk@11798 -
florian 17 年之前
父节点
当前提交
3294c59a73
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .gitattributes
  2. 1 1
      compiler/nflw.pas
  3. 1 1
      compiler/optloop.pas

+ 1 - 1
.gitattributes

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

+ 1 - 1
compiler/nflw.pas

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

+ 1 - 1
compiler/optunrol.pas → compiler/optloop.pas

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