shithub: scc

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

View raw version

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

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