diff src/share/vm/adlc/adlparse.cpp @ 3842:c7b60b601eb4

7069452: Cleanup NodeFlags Summary: Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
author kvn
date Wed, 27 Jul 2011 17:28:36 -0700
parents fe240d87c6ec
children 6729bbc1fcd6
line wrap: on
line diff
--- a/src/share/vm/adlc/adlparse.cpp	Wed Jul 27 15:06:35 2011 -0700
+++ b/src/share/vm/adlc/adlparse.cpp	Wed Jul 27 17:28:36 2011 -0700
@@ -126,9 +126,6 @@
   if (_globalNames[AttributeForm::_ins_cost] == NULL) {
     parse_err(SEMERR, "Did not declare 'ins_cost' attribute");
   }
-  if (_globalNames[AttributeForm::_ins_pc_relative] == NULL) {
-    parse_err(SEMERR, "Did not declare 'ins_pc_relative' attribute");
-  }
   if (_globalNames[AttributeForm::_op_cost] == NULL) {
     parse_err(SEMERR, "Did not declare 'op_cost' attribute");
   }