11 lines
231 B
C
11 lines
231 B
C
#include "scf.h"
|
|
|
|
#include <mie/dialect/dialect.h>
|
|
#include <mie/macros.h>
|
|
|
|
MIE_DIALECT_BEGIN(mie_scf, "scf")
|
|
MIE_DIALECT_ADD_OP(mie_scf_if);
|
|
MIE_DIALECT_ADD_OP(mie_scf_for);
|
|
MIE_DIALECT_ADD_OP(mie_scf_yield);
|
|
MIE_DIALECT_END()
|