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