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