Replace PhaseTransform::eqv by pointer equality check

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • b23

      PhaseTransform::eqv(n1, n2) can be replaced by n1 == n2.

      Adlc also refers to it but actually does use == already instead:
            // Check for equivalence
            //
            // fprintf(fp, "phase->eqv( ");

            Assignee:
            Tobias Hartmann
            Reporter:
            Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: