[PATCH] D89023: [NFC] Clean up always false variables
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 12:51:11 PDT 2020
aeubanks added a comment.
In D89023#2328364 <https://reviews.llvm.org/D89023#2328364>, @arsenm wrote:
> Was there anything that ever set these?
Looks like this was added in the very first patch that introduced RegionPass (23c8341c3dfbb9b453cc3857eabc2405207887cf). Nothing ever set it to true there. Looking through the history of RegionPass.h and .cpp, nothing jumps out to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89023/new/
https://reviews.llvm.org/D89023
More information about the llvm-commits
mailing list