[xla] Merge two comment lines.

PiperOrigin-RevId: 802753388
This commit is contained in:
Bixia Zheng
2025-09-03 16:24:14 -07:00
committed by TensorFlower Gardener
parent e8ca1ea499
commit bf716cff71

View File

@@ -1297,8 +1297,7 @@ absl::Status CopyInsertion::AddSpecialCaseCopies(
HloPosition position = value2->defining_position();
for (const HloUse& use : value->GetUses()) {
// We already handle the copy of pin custom-call operands and shouldn't
// add
// another copy here.
// add another copy here.
if (!use.instruction->IsCustomCall(kPinCustomCallTarget) &&
use.instruction == position.instruction) {
VLOG(3) << "Same instruction: " << position.instruction->ToString();