Ruby
1.9.3p448(2013-06-27revision41675)
Main Page
Modules
Data Structures
Files
File List
Globals
optinsn.inc
Go to the documentation of this file.
1
/* -*-c-*- *********************************************************/
2
/*******************************************************************/
3
/*******************************************************************/
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
iseq_insn_data
Definition:
compile.c:51
iseq_insn_data::insn_id
enum ruby_vminsn_type insn_id
Definition:
compile.c:53
Generated on Thu Jul 31 2014 19:14:30 for Ruby by
1.8.7