[all-commits] [llvm/llvm-project] 4c5469: [NFC] Replaces: BB->getInstList().erase(I) with I-...
vporpo via All-commits
all-commits at lists.llvm.org
Mon Dec 12 16:23:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c5469e2c0c5f9d1410e0dae61a5bb068c720e2b
https://github.com/llvm/llvm-project/commit/4c5469e2c0c5f9d1410e0dae61a5bb068c720e2b
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
Log Message:
-----------
[NFC] Replaces: BB->getInstList().erase(I) with I->eraseFromParent().
Differential Revision: https://reviews.llvm.org/D138976
More information about the All-commits
mailing list