shithub: scc

ref: 4a958ed64d14b99abed9c49125079ca21d3a8d38
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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