shithub: scc

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

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

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