(linenum→info "unix/slp.c:2238")

ruby/1.9.0/optinsn.inc

    1: /* -*-c-*- *********************************************************/
    2: /*******************************************************************/
    3: /*******************************************************************/
    4: /**
    5:   This file is for threaded code.
    6:   
    7:   ----
    8:   This file is auto generated by insns2vm.rb
    9:   DO NOT TOUCH!
   10: 
   11:   If you want to fix something, you must edit 'template/optinsn.inc.tmpl'
   12:   or rb/insns2vm.rb
   13:  */
   14: 
   15: static INSN *
   16: insn_operands_unification(INSN *insnobj){
   17: #ifdef OPT_OPERANDS_UNIFICATION
   18:   /* optimize rule */
   19:   switch(insnobj->insn_id){
   20: 
   21: 
   22: 
   23:   default:
   24:     /* do nothing */;
   25:     break;
   26:   }
   27: #endif
   28:   return insnobj;
   29: }
   30: 
Syntax (Markdown)