Skip to content

Commit

Permalink
[Verifier]Remove API declaration that has never been implemented
Browse files Browse the repository at this point in the history
Close #59244

Reviewed By: t.p.northover

Differential Revision: https://reviews.llvm.org/D138889
  • Loading branch information
Naville authored and tru committed Dec 6, 2022
1 parent 27c4b50 commit 1d9f014
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions llvm/include/llvm/IR/Verifier.h
Expand Up @@ -119,11 +119,6 @@ class VerifierAnalysis : public AnalysisInfoMixin<VerifierAnalysis> {
static bool isRequired() { return true; }
};

/// Check a module for errors, but report debug info errors separately.
/// Otherwise behaves as the normal verifyModule. Debug info errors can be
/// "recovered" from by stripping the debug info.
bool verifyModule(bool &BrokenDebugInfo, const Module &M, raw_ostream *OS);

/// Create a verifier pass.
///
/// Check a module or function for validity. This is essentially a pass wrapped
Expand Down

0 comments on commit 1d9f014

Please sign in to comment.