aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/InterferenceGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/RegAlloc/InterferenceGraph.h')
-rw-r--r--lib/CodeGen/RegAlloc/InterferenceGraph.h5
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;