diff options
| author | Youngsuk Kim <youngsuk.kim@hpe.com> | 2023-07-02 10:40:00 -0400 |
|---|---|---|
| committer | JOE1994 <joseph942010@gmail.com> | 2023-07-02 10:40:16 -0400 |
| commit | 6f986bffc51a243a1f4328b11624a0f21918a78f (patch) | |
| tree | 4127d79c6f274e3213387ef9a10b706c243ecd0a /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | f55d96b9a25d7ab00be542e657565dad9b8a3e7e (diff) | |
| download | llvm-6f986bffc51a243a1f4328b11624a0f21918a78f.zip llvm-6f986bffc51a243a1f4328b11624a0f21918a78f.tar.gz llvm-6f986bffc51a243a1f4328b11624a0f21918a78f.tar.bz2 | |
[clang] Remove CGBuilderTy::CreateElementBitCast
`CGBuilderTy::CreateElementBitCast()` no longer does what its name suggests.
Remove remaining in-tree uses by one of the following methods.
* drop the call entirely
* fold it to an `Address` construction
* replace it with `Address::withElementType()`
This is a NFC cleanup effort.
Reviewed By: barannikov88, nikic, jrtc27
Differential Revision: https://reviews.llvm.org/D154285
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
