shithub: scc

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

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

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