MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
normalizers.cpp
Go to the documentation of this file.
1#include "mim/world.h"
2
3#include "mim/plug/cps/cps.h"
4
5namespace mim::plug::cps {
6
7// Placeholder - we don't need normalizers here atm.
8
9} // namespace mim::plug::cps
The CPS Plugin
Definition cps.h:8