shithub: scc

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

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

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