r18455 reverted.
[ruby-svn.git] / template / optinsn.inc.tmpl
blobc7828fe9607dbb51433ea4d71d57999cc57f60bc
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!
11   If you want to fix something, you must edit 'template/optinsn.inc.tmpl'
12   or rb/insns2vm.rb
13  */
15 static INSN *
16 insn_operands_unification(INSN *insnobj){
17 #ifdef OPT_OPERANDS_UNIFICATION
18   /* optimize rule */
19   switch(insnobj->insn_id){
21 <%= rule %>
23   default:
24     /* do nothing */;
25     break;
26   }
27 #endif
28   return insnobj;