shithub: scc

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

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

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