src/share/vm/adlc/adlparse.cpp

changeset 3040
c7b60b601eb4
parent 2990
fe240d87c6ec
child 3310
6729bbc1fcd6
     1.1 --- a/src/share/vm/adlc/adlparse.cpp	Wed Jul 27 15:06:35 2011 -0700
     1.2 +++ b/src/share/vm/adlc/adlparse.cpp	Wed Jul 27 17:28:36 2011 -0700
     1.3 @@ -126,9 +126,6 @@
     1.4    if (_globalNames[AttributeForm::_ins_cost] == NULL) {
     1.5      parse_err(SEMERR, "Did not declare 'ins_cost' attribute");
     1.6    }
     1.7 -  if (_globalNames[AttributeForm::_ins_pc_relative] == NULL) {
     1.8 -    parse_err(SEMERR, "Did not declare 'ins_pc_relative' attribute");
     1.9 -  }
    1.10    if (_globalNames[AttributeForm::_op_cost] == NULL) {
    1.11      parse_err(SEMERR, "Did not declare 'op_cost' attribute");
    1.12    }

mercurial