[PATCH] D61013: [NFC] BasicBlock: refactor changePhiUses() out of replaceSuccessorsPhiUsesWith(), use it
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 22:07:45 PDT 2019
craig.topper added inline comments.
================
Comment at: lib/IR/BasicBlock.cpp:440
+void BasicBlock::changePhiUses(BasicBlock *Old, BasicBlock *New) {
+ // N.B. This might not be a complete BasicBlock, so don't assume
----------------
replacePhiUsesWith?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61013/new/
https://reviews.llvm.org/D61013
More information about the llvm-commits
mailing list