scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

optm.c (88B)


      1 #include <scc/scc.h>
      2 
      3 #include "../../cc2.h"
      4 
      5 Node *
      6 optm_dep(Node *np)
      7 {
      8 	return np;
      9 }