diff options
Diffstat (limited to 'includes/compiler/InterferenceGraph.h')
-rw-r--r-- | includes/compiler/InterferenceGraph.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/compiler/InterferenceGraph.h b/includes/compiler/InterferenceGraph.h new file mode 100644 index 0000000..588450c --- /dev/null +++ b/includes/compiler/InterferenceGraph.h @@ -0,0 +1,6 @@ +#ifndef COMPILER_INTERFERENCEGRAPH_H +#define COMPILER_INTERFERENCEGRAPH_H + +#include "compiler/common.h" + +#endif |