shithub: scc

ref: c56added1b7434a96dbe34a6dc5e7637a9c9adc2
dir: /src/cc2/optm.c/

View raw version
#include <scc/scc.h>
#include "cc2.h"

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