shithub: scc

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

View raw version

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

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