shithub: scc

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