shithub: scc

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

View raw version

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

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