shithub: scc

ref: 36cfad06bf8720ef12739b16b4664a7e6e6520d5
dir: /cc2/optm.c/

View raw version

#include "arch.h"
#include "cc2.h"

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