shithub: scc

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

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

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