aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.h6
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h6
2 files changed, 4 insertions, 8 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index a767dbdcc5..9596e04407 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -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 @@ private:
void addInterf4PseudoInstr(const MachineInstr *MI);
};
-
#endif
-
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index a767dbdcc5..9596e04407 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
@@ -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 @@ private:
void addInterf4PseudoInstr(const MachineInstr *MI);
};
-
#endif
-