shithub: scc

ref: 02179049f253327e317bf4ff78597ce4723d7986
dir: /src/cc2/optm.c/

View raw version
#include <scc/scc.h>
#include "cc2.h"

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