[all-commits] [llvm/llvm-project] 899b84: [IR] Remove deprecated typed pointer convenience m...

Björn Pettersson via All-commits all-commits at lists.llvm.org
Fri Aug 11 16:10:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 899b840ff2f3d9b278b26fe5d196072c9124d121
      https://github.com/llvm/llvm-project/commit/899b840ff2f3d9b278b26fe5d196072c9124d121
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2023-08-12 (Sat, 12 Aug 2023)

  Changed paths:
    M llvm/include/llvm/IR/Type.h

  Log Message:
  -----------
  [IR] Remove deprecated typed pointer convenience methods in Type

An earlier commit ad52c9cabbf41fd, that marked convenience methods
for creating typed pointers as deprecated also happened to break
the API by no longer declaring those helpers as static. This patch
will just remove the no longer used methods instead.




More information about the All-commits mailing list