shithub: scc

ref: d17f6bb884dbbd19ef4e47632a627e059118e802
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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