[all-commits] [llvm/llvm-project] a54080: [CGObjCGNU] Remove unneeded method 'CGObjCGNUstep2...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Sat Nov 18 12:08:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a540808de254b18b304aa0915638a0900b36d9fa
      https://github.com/llvm/llvm-project/commit/a540808de254b18b304aa0915638a0900b36d9fa
  Author: Youngsuk Kim <youngsuk.kim at hpe.com>
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
    M clang/lib/CodeGen/CGObjCGNU.cpp

  Log Message:
  -----------
  [CGObjCGNU] Remove unneeded method 'CGObjCGNUstep2::EnforceType' (NFC)

Method CGObjCGNUstep2::EnforceType is called from 2 call-sites to perform
bitcasts which are no-ops given that opaque pointers are enabled in LLVM.

Remove the method. Opaque ptr cleanup effort (NFC).




More information about the All-commits mailing list