[CodeGen] Remove unused function GetOrCreateRTTIProxyGlobalVariable
authorKazu Hirata <kazu@google.com>
Thu, 15 Jun 2023 05:04:40 +0000 (22:04 -0700)
committerKazu Hirata <kazu@google.com>
Thu, 15 Jun 2023 05:04:40 +0000 (22:04 -0700)
commit8fd80d1d136685688ff49c9d80552bbb7addbda4
treefcb38a4a3f81495b97e30cb58b7460fab0c98459
parentab95a410dbc41d1d3c725446297debef642da116
[CodeGen] Remove unused function GetOrCreateRTTIProxyGlobalVariable

The last use was removed by:

  commit 46f366494f3ca8cc98daa6fb4f29c7c446c176b6
  Author: Fangrui Song <i@maskray.me>
  Date:   Sat May 20 08:24:20 2023 -0700

This patch also removes RTTIProxyMap, which becomes unused once I
remove GetOrCreateRTTIProxyGlobalVariable.

Differential Revision: https://reviews.llvm.org/D152782
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h