Standardize the names of include guards.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Sep 2003 02:31:25 +0000 (02:31 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Sep 2003 02:31:25 +0000 (02:31 +0000)
Remove more excess whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8644 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index a767dbdcc52b3015765376d71d9c2b3ae277766f..9596e0440701fa5723799d4495433a1eed3e1b92 100644 (file)
@@ -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
-
index a767dbdcc52b3015765376d71d9c2b3ae277766f..9596e0440701fa5723799d4495433a1eed3e1b92 100644 (file)
@@ -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
-