shithub: scc

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

View raw version

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

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