shithub: scc

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

View raw version

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

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