shithub: scc

ref: 3998b345a115b0d3a59ac550f4416010666eb822
dir: /cc2/optm.c/

View raw version

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

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