mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7069452: Cleanup NodeFlags
Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
This commit is contained in:
parent
c895368552
commit
18329266ea
25 changed files with 108 additions and 261 deletions
|
@ -126,9 +126,6 @@ void ADLParser::parse() {
|
|||
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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue