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