shithub: scc

ref: cd61580b6cd92002ac990c82a2efc27b674597b2
dir: /cc2/optm.c/

View raw version

#include "arch.h"
#include "cc2.h"

Node *
optm(Node *np)
{
	return np;
}