shithub: scc

ref: d125d933343eea7ca85d4c37e6f224eaf1893184
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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