shithub: scc

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

View raw version

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

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