shithub: scc

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

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

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