• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

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 

Generated on Thu Sep 8 2011 03:50:44 for Ruby by  doxygen 1.7.1