shithub: scc

ref: 652c56f79e42c277cfa92007aef17b7bfe95a659
dir: /cc2/optm.c/

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

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