shithub: scc

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

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

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