shithub: scc

ref: 99605c45f8a60733579b474e7491314442a60843
dir: /cc2/optm.c/

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

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