shithub: scc

ref: 8ba9cb0c07b756013c84ee092134d7c638a8dc7f
dir: /cc2/optm.c/

View raw version

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

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