Ruby 1.9.3p327(2012-11-10revision37606)
optinsn.inc
Go to the documentation of this file.
00001 /* -*-c-*- *********************************************************/
00002 /*******************************************************************/
00003 /*******************************************************************/
00015 static INSN *
00016 insn_operands_unification(INSN *insnobj){
00017 #ifdef OPT_OPERANDS_UNIFICATION
00018   /* optimize rule */
00019   switch(insnobj->insn_id){
00020 
00021 
00022 
00023   default:
00024     /* do nothing */;
00025     break;
00026   }
00027 #endif
00028   return insnobj;
00029 }
00030 
00031