shithub: scc

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

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

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