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