shithub: scc

ref: d1475c2e8a729ae33f2f8fd94ad0b54b519ce8c3
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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