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 | 3a0a5fc1b352e1a07a6cb039dbe291d8a1679f1a (patch) | |
tree | e6ddba2d528e5a64fbf30f804d0dab3a36fcf5b1 /llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h | |
parent | 58dabb44063f1ba684e0329b09f363a6d65319d0 (diff) | |
download | bcm5719-llvm-3a0a5fc1b352e1a07a6cb039dbe291d8a1679f1a.tar.gz bcm5719-llvm-3a0a5fc1b352e1a07a6cb039dbe291d8a1679f1a.zip |
Standardize the names of include guards.
llvm-svn: 8645
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h b/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h index e9cb6107877..6074d073cfd 100644 --- a/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.h +++ b/llvm/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; |