shithub: scc

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

View raw version

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

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