shithub: scc

ref: 43d8280903136346122c40567b0b8bbf2342cab1
dir: /cc2/optm.c/

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

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