shithub: scc

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

View raw version

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

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