shithub: scc

ref: eff19eac25f2541f43bf17de94f6730a97ac0908
dir: /cc2/arch/z80/optm.c/

View raw version
/* See LICENSE file for copyright and license details. */
#include "arch.h"
#include "../../cc2.h"

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