shithub: scc

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

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

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