[lldb] Remove uses of PointerType::getElementType()
authorNikita Popov <npopov@redhat.com>
Mon, 14 Feb 2022 08:31:27 +0000 (09:31 +0100)
committerNikita Popov <npopov@redhat.com>
Mon, 14 Feb 2022 08:34:24 +0000 (09:34 +0100)
commit2df9430fbfaf40ecce5f902651e2725aaa4c275b
tree0c737a8062ef28884f48cbb3d2812d89651ebaeb
parent1be1fd735d5abd669453c0ebc5d5fa780ceeb9c9
[lldb] Remove uses of PointerType::getElementType()

This method has been deprecated and removed. I missed these usages
in lldb previously.
lldb/source/Expression/IRInterpreter.cpp
lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp