[all-commits] [llvm/llvm-project] 4e30c3: [NFC] Cleanup: Replaces BB->getInstList().erase() ...
vporpo via All-commits
all-commits at lists.llvm.org
Thu Dec 1 18:20:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e30c3ddf025dacef6c233706576340719748c9f
https://github.com/llvm/llvm-project/commit/4e30c3ddf025dacef6c233706576340719748c9f
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M llvm/lib/CodeGen/WasmEHPrepare.cpp
Log Message:
-----------
[NFC] Cleanup: Replaces BB->getInstList().erase() with BB->erase().
This is part of a series of cleanup patches towards making BasicBlock::getInstList() private.
Differential Revision: https://reviews.llvm.org/D139143
More information about the All-commits
mailing list