shithub: scc

ref: 8bee0cb1862bc8c92ac43a8cee1ee21afad070b4
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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