shithub: scc

ref: 2b85cb9a6ffdbe1354527e6b67ba0c95fb80fd6f
dir: /cc2/optm.c/

View raw version

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

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