shithub: scc

ref: fcee86a4008c4adbda7b9a6a1f9bc41c05bc092e
dir: /src/cc2/optm.c/

View raw version
#include <scc/scc.h>
#include "cc2.h"

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