shithub: scc

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

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

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