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