shithub: scc

ref: 3035e9988fe30cd88f64c070e7b3d80a4b2c7fd5
dir: /cc2/optm.c/

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

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