shithub: scc

ref: 454f06c1318b499daa5fd441e4053f749bb111d1
dir: /cc2/optm.c/

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

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