summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index a767dbdcc52..9596e044070 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/llvm/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
-
OpenPOWER on IntegriCloud