[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
Brian Gaeke
gaeke at cs.uiuc.edu
Sat Sep 20 21:33:00 PDT 2003
Changes in directory llvm/lib/CodeGen/RegAlloc:
PhyRegAlloc.h updated: 1.50 -> 1.51
---
Log message:
Standardize the names of include guards.
Remove more excess whitespace.
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.50 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.51
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.50 Sat Sep 20 21:24:09 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h Sat Sep 20 21:31:25 2003
@@ -16,8 +16,8 @@
except coloring of an individual node are machine independent.
*/
-#ifndef PHY_REG_ALLOC_H
-#define PHY_REG_ALLOC_H
+#ifndef PHYREGALLOC_H
+#define PHYREGALLOC_H
#include "LiveRangeInfo.h"
#include "llvm/Pass.h"
@@ -167,6 +167,4 @@
void addInterf4PseudoInstr(const MachineInstr *MI);
};
-
#endif
-
More information about the llvm-commits
mailing list