Standardize the names of include guards.

Remove more excess whitespace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-09-21 02:31:25 +00:00
parent 6264fb70c1
commit fdb2596c77
2 changed files with 4 additions and 8 deletions

View 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

View 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