shithub: scc

ref: 8d03b46d52b27f48a684587c28e59a79be2aab01
dir: /cc2/optm.c/

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

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