aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorKonrad Kleine <kkleine@redhat.com>2023-08-23 16:11:56 +0200
committerKonrad Kleine <kkleine@redhat.com>2023-09-19 09:05:48 +0200
commit45bb45f2ae89df6c0e54ead2258764ec91f5f5f5 (patch)
tree4b03eaa7e8178c5c05ace5f377131d8d535b4933 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parent1d7b59ca8ddb0b189a036a8f7e26f7e6deb73038 (diff)
downloadllvm-45bb45f2ae89df6c0e54ead2258764ec91f5f5f5.zip
llvm-45bb45f2ae89df6c0e54ead2258764ec91f5f5f5.tar.gz
llvm-45bb45f2ae89df6c0e54ead2258764ec91f5f5f5.tar.bz2
[llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMalloc
This removes `CreateMalloc` from `CallInst` and adds it to the `IRBuilderBase` class. We no longer needed the `Instruction *InsertBefore` and `BasicBlock *InsertAtEnd` arguments of the `createMalloc` helper function because we're using `IRBuilder` now. That's why I we also don't need 4 `CreateMalloc` functions, but only two. Differential Revision: https://reviews.llvm.org/D158861
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions