diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-21 02:31:37 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-21 02:31:37 +0000 |
commit | 5779ef2ce0a7f8d5969e9e10acdc43965731b577 (patch) | |
tree | a2656fb8d05a691ecdb21163a329b51d3de8f153 /lib/CodeGen/RegAlloc/InterferenceGraph.h | |
parent | fdb2596c7730b4416c3c4bcd588a3d1a400781be (diff) |
Standardize the names of include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/InterferenceGraph.h')
-rw-r--r-- | lib/CodeGen/RegAlloc/InterferenceGraph.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/CodeGen/RegAlloc/InterferenceGraph.h b/lib/CodeGen/RegAlloc/InterferenceGraph.h index e9cb610787..6074d073cf 100644 --- a/lib/CodeGen/RegAlloc/InterferenceGraph.h +++ b/lib/CodeGen/RegAlloc/InterferenceGraph.h @@ -17,9 +17,8 @@ setCurDegreeOfIGNodes() before pushing IGNodes on to stack for coloring. */ - -#ifndef INTERFERENCE_GRAPH_H -#define INTERFERENCE_GRAPH_H +#ifndef INTERFERENCEGRAPH_H +#define INTERFERENCEGRAPH_H #include <vector> class LiveRange; |