src/share/vm/adlc/formssel.cpp

changeset 1040
98cb887364d3
parent 1038
dbbe28fc66b5
child 1059
337400e7a5dd
     1.1 --- a/src/share/vm/adlc/formssel.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/adlc/formssel.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -1281,7 +1281,7 @@
     1.4    _num_uniq = num_uniq;
     1.5  }
     1.6  
     1.7 -// Generate index values needed for determing the operand position
     1.8 +// Generate index values needed for determining the operand position
     1.9  void InstructForm::index_temps(FILE *fp, FormDict &globals, const char *prefix, const char *receiver) {
    1.10    uint  idx = 0;                  // position of operand in match rule
    1.11    int   cur_num_opnds = num_opnds();
    1.12 @@ -2197,7 +2197,7 @@
    1.13  // Return zero-based position in component list, only counting constants;
    1.14  // Return -1 if not in list.
    1.15  int OperandForm::constant_position(FormDict &globals, const Component *last) {
    1.16 -  // Iterate through components and count constants preceeding 'constant'
    1.17 +  // Iterate through components and count constants preceding 'constant'
    1.18    int position = 0;
    1.19    Component *comp;
    1.20    _components.reset();
    1.21 @@ -2235,7 +2235,7 @@
    1.22  // Return zero-based position in component list, only counting constants;
    1.23  // Return -1 if not in list.
    1.24  int OperandForm::register_position(FormDict &globals, const char *reg_name) {
    1.25 -  // Iterate through components and count registers preceeding 'last'
    1.26 +  // Iterate through components and count registers preceding 'last'
    1.27    uint  position = 0;
    1.28    Component *comp;
    1.29    _components.reset();

mercurial