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