shithub: scc

ref: 46b51055e0657109fb95d93022d2e1614290311e
dir: /src/cmd/cc/cc2/optm.c/

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

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