shithub: scc

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

View raw version
/* See LICENSE file for copyright and license details. */
#include "arch.h"
#include "../../cc2.h"

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