shithub: scc

ref: 79b9a5d60b5790789823b721434f96bd4d88686c
dir: /cc2/optm.c/

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

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