shithub: scc

ref: 6c4bf5ed78393449e623638295c2e8f357e5ba54
dir: /cc2/optm.c/

View raw version

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

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