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