shithub: scc

ref: 1fcd39f3a818478f4d7da9bb333e02d06531ddd4
dir: /cc2/optm.c/

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

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