Skip to content

Commit

Permalink
Remove superfluous whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
mychris committed Jun 9, 2021
1 parent 0d7a4be commit a4bf765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/arm/arm.ad
Expand Up @@ -979,7 +979,7 @@ const bool Matcher::match_rule_supported_vector(int opcode, int vlen, BasicType
// e.g. Op_ vector nodes and other intrinsics while guarding with vlen
bool ret_value = match_rule_supported(opcode) && vector_size_supported(bt, vlen);
// Add rules here.

return ret_value; // Per default match rules are supported.
}

Expand Down

0 comments on commit a4bf765

Please sign in to comment.