Skip to content

Commit

Permalink
Removed ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiHartmann committed Aug 12, 2024
1 parent 27b6f79 commit 360f9bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/opto/inlinetypenode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ bool InlineTypeNode::has_phi_inputs(Node* region) {

// Merges 'this' with 'other' by updating the input PhiNodes added by 'clone_with_phis'
InlineTypeNode* InlineTypeNode::merge_with(PhaseGVN* gvn, const InlineTypeNode* other, int pnum, bool transform) {
// TODO assert that either both or neither are larvals
// Merge oop inputs
PhiNode* phi = get_oop()->as_Phi();
phi->set_req(pnum, other->get_oop());
Expand Down

0 comments on commit 360f9bd

Please sign in to comment.