shithub: scc

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

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

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