Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
chhagedorn committed Mar 6, 2024
1 parent 14b46ba commit 9a3d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/loopnode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ class DataNodeGraph : public StackObj {

public:
// Clone the provided data node collection and rewire the clones in such a way to create an identical graph copy.
// Set `new_ctrl` as ctrl for the cloned nodes.
// Set 'new_ctrl' as ctrl for the cloned nodes.
const OrigToNewHashtable& clone(Node* new_ctrl) {
assert(_orig_to_new.number_of_entries() == 0, "should not call this method twice in a row");
clone_data_nodes(new_ctrl);
Expand Down

0 comments on commit 9a3d97e

Please sign in to comment.