shithub: scc

ref: 30334d566f4bdb8cc53c0507c0dad248291b5f4e
dir: /cc2/optm.c/

View raw version

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

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