shithub: scc

ref: 78a3985267805daa0b8106101b0b7f53ab51590e
dir: /cc2/optm.c/

View raw version

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

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