ref: 0252c2debe6b62c840af38dfdb3b973f0e6d8c02 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; }