MWCC/includes/compiler/Peephole.h

7 lines
94 B
C

#ifndef COMPILER_PEEPHOLE_H
#define COMPILER_PEEPHOLE_H
#include "compiler/common.h"
#endif