shithub: scc

ref: 5df46147ef1c3abe8adb2afb464861736065e7a2
dir: /cc2/optm.c/

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

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