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