shithub: scc

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

View raw version

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

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