shithub: scc

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

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

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