shithub: scc

ref: 58748e88436a2aaf8915ed30184cb5f9378367a7
dir: /cc2/optm.c/

View raw version

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

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