stage4/generate_c/generate_c_il.cc
changeset 311 8fcea60029de
parent 309 f93bcada0f51
child 321 a96399ab57c2
equal deleted inserted replaced
310:f111a6986c22 311:8fcea60029de
   749   if (NULL != symbol->label) {
   749   if (NULL != symbol->label) {
   750     symbol->label->accept(*this);
   750     symbol->label->accept(*this);
   751     s4o.print(":\n");
   751     s4o.print(":\n");
   752     s4o.print(s4o.indent_spaces);
   752     s4o.print(s4o.indent_spaces);
   753   }
   753   }
   754   symbol->il_instruction->accept(*this);
   754   if (NULL != symbol->il_instruction) {
       
   755     symbol->il_instruction->accept(*this);
       
   756   }  
   755   return NULL;
   757   return NULL;
   756 }
   758 }
   757 
   759 
   758 /* | il_simple_operator [il_operand] */
   760 /* | il_simple_operator [il_operand] */
   759 //SYM_REF2(il_simple_operation_c, il_simple_operator, il_operand)
   761 //SYM_REF2(il_simple_operation_c, il_simple_operator, il_operand)