scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

optm.c (157B)


      1 static char sccsid[] = "@(#) ./cc2/arch/amd64-sysv/optm.c";
      2 
      3 #include "../../../inc/scc.h"
      4 #include "../../cc2.h"
      5 
      6 Node *
      7 optm_dep(Node *np)
      8 {
      9 	return np;
     10 }