ref: d081eceaa65630875c08f6ce90ad904e4bb82be3 dir: /cc2/arch/z80/optm.c/
/* See LICENSE file for copyright and license details. */ #include "arch.h" #include "../../cc2.h" Node * optm(Node *np) { return np; }