shithub: scc

ref: 15c6246c5e7ed55c580713095ff1fc6e5de20538
dir: /cc2/arch/z80/optm.c/

View raw version

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

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