shithub: scc

ref: 4988d317992e59bac97c4e1c86d40fae6bcc24fe
dir: /cc2/arch/amd64-sysv/optm.c/

View raw version

#include "arch.h"
#include "../../cc2.h"

Node *
optm(Node *np)
{
	return np;
}