shithub: scc

ref: ae85c343cdfd8e1e5c2d58e59afb79e915f85383
dir: /cc2/arch/amd64-sysv/optm.c/

View raw version

#include "arch.h"
#include "../../cc2.h"

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