[PATCH] D62114: [Bugpoint] fix another use-after-move. NFC
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 08:55:36 PDT 2019
dblaikie added a comment.
Is this code tested? (what happens if you replace this code with "assert(false);" and then run make check?) If not, it'd be good to add some test coverage that this has revealed is missing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62114/new/
https://reviews.llvm.org/D62114
More information about the llvm-commits
mailing list