shithub: scc

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

View raw version

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

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