shithub: scc

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

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

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