shithub: scc

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

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

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