shithub: scc

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

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

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