shithub: scc

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

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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