shithub: scc

ref: ed75d396ec28b77eece0b243eea09143cfb4e2da
dir: /cc2/arch/i386-sysv/optm.c/

View raw version

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

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