shithub: scc

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

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

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