Skip to content

Commit

Permalink
Update src/hotspot/share/opto/predicates.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
  • Loading branch information
chhagedorn and TobiHartmann authored Sep 20, 2023
1 parent 84cc0d5 commit 29e71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/predicates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ParsePredicateNode* ParsePredicateIterator::next() {

#ifdef ASSERT
// Check that the block has at most one Parse Predicate and that we only find Regular Predicate nodes (i.e. IfProj,
// If, or RangeCheck nodes.
// If, or RangeCheck nodes).
void PredicateBlock::verify_block() {
Node* next = _parse_predicate.entry(); // Skip unique Parse Predicate of this block if present
while (next != _entry) {
Expand Down

0 comments on commit 29e71c9

Please sign in to comment.