shithub: scc

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

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

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