shithub: scc

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

View raw version

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

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