[all-commits] [llvm/llvm-project] 734986: [ADT] Remove an extraneous variable (NFC) (#144937)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Jun 19 13:17:53 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7349864d2c7c874c17ed546791489a46e896f901
      https://github.com/llvm/llvm-project/commit/7349864d2c7c874c17ed546791489a46e896f901
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M llvm/include/llvm/ADT/PointerIntPair.h

  Log Message:
  -----------
  [ADT] Remove an extraneous variable (NFC) (#144937)

Without this patch, Int and IntWord have the same value and type.
This patch removes the extraneous copy.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list