shithub: scc

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