shithub: scc

ref: 3bb75beeae0c2155114d96d2ef1fc52c98f2ad3e
dir: /cc2/optm.c/

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

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