shithub: scc

ref: 544097136c80b4754ac5905f948b802fdb9e090e
dir: /cc2/optm.c/

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

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