mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
Standardize the names of include guards.
Remove more excess whitespace. llvm-svn: 8644
This commit is contained in:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user