shithub: scc

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