shithub: scc

ref: 726f4aa85ece511878dfe1cb2132c34d882e5621
dir: /cc2/optm.c/

View raw version

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

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