~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to debian/generated-incs/optinsn.inc

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2009-07-30 19:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090730190631-3x30w2mtev71ah62
Tags: 1.9.1.243-0ubuntu1
* Upload snapshot from Debian's pkg-ruby SVN repository to karmic.
  SVN revision: 235.
  Likely to be similar to the final package uploaded to Debian.
  Known issues:
  + lintian warnings/errors (nothing important)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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