shithub: scc

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

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

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