shithub: scc

ref: be91e9ff3d8d1d06cc92490d7bc1786823068d7c
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;
}