Ruby
1.9.3p392(2013-02-22revision39386)
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
31
Generated on Tue Feb 26 2013 08:43:04 for Ruby by
1.8.3