shithub: scc

ref: 580a13e36e24a600cea5207ecde9eebadf172eda
dir: /cc2/optm.c/

View raw version

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

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