shithub: scc

ref: 36d8df36bca374c3c875fd30a69db60f9398de9a
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(Node *np)
{
	return np;
}