shithub: scc

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

View raw version

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

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