shithub: scc

ref: 22e63b76976fd232a2e40e30845d35eca6325b02
dir: /cc2/optm.c/

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

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