[PATCH] D110344: [LLVM][IR] Fixed input arguments for Verifier getter
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 00:17:52 PDT 2021
jeroen.dobbelaere added a comment.
LGTM except for the unrelated change in line 6249.
================
Comment at: llvm/lib/IR/Verifier.cpp:6249
ModuleAnalysisManager &) {
- Result Res;
+ Result Res{};
Res.IRBroken = llvm::verifyModule(M, &dbgs(), &Res.DebugInfoBroken);
----------------
This change should not be part of this commit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110344/new/
https://reviews.llvm.org/D110344
More information about the llvm-commits
mailing list