ref: cd61580b6cd92002ac990c82a2efc27b674597b2 dir: /cc2/optm.c/
#include "arch.h" #include "cc2.h" Node * optm(Node *np) { return np; }