shithub: scc

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

View raw version

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

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