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