shithub: scc

ref: 37572f48d83ede616d0e47006d52b750f0048a8d
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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