shithub: scc

ref: 413a22a6e064b749973eff9083503e14e2cffd0f
dir: /cc2/optm.c/

View raw version

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

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