shithub: scc

ref: 3f1b3e7a7b4735ce4b796b174986d52dccdc1fa7
dir: /src/cmd/cc/cc2/optm.c/

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

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