shithub: scc

ref: 847edd52f60fa2a1d239659f2814255bd7ea0f26
dir: /cc2/optm.c/

View raw version

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

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