[PATCH] D142047: [opt] Fix static code analysis concerns
Arvind Sudarsanam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 07:31:44 PST 2023
asudarsa added inline comments.
================
Comment at: llvm/tools/opt/NewPMDriver.cpp:370
if (!P)
errs() << "CSInstrUse needs to be together with InstrUse";
+ else
----------------
aeubanks wrote:
> we should instead `return false` anywhere we're printing an error message
Thanks for the review. I have addressed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142047/new/
https://reviews.llvm.org/D142047
More information about the llvm-commits
mailing list