shithub: scc

ref: a901b27da57ae3df5a05f29b958104a55a10282b
dir: /src/cmd/cc/cc2/optm.c/

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

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