shithub: scc

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

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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