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