shithub: scc

ref: 54289f10c0e558019e9ffd49274f8008c909680d
dir: /src/cmd/cc/cc2/optm.c/

View raw version
#include <scc/scc.h>
#include "cc2.h"

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