Standardize the names of include guards.

Remove more excess whitespace.

llvm-svn: 8644
This commit is contained in:
Brian Gaeke 2003-09-21 02:31:25 +00:00
parent 92f4b04f66
commit 84114e1b72

@ -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