shithub: scc

ref: 4dba5596398fe88df1210f15d0a1ccb68604c2da
dir: /cc2/optm.c/

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

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