Clang follow-up to LLVM r232772

-verify-di is dead! Long live -verify!

llvm-svn: 232779
This commit is contained in:
Duncan P. N. Exon Smith 2015-03-19 22:43:38 +00:00
parent c66deafb73
commit f80840f784
1 changed files with 0 additions and 2 deletions

View File

@ -373,8 +373,6 @@ void EmitAssemblyHelper::CreatePasses() {
legacy::PassManager *MPM = getPerModulePasses();
if (!CodeGenOpts.RewriteMapFiles.empty())
addSymbolRewriterPass(CodeGenOpts, MPM);
if (CodeGenOpts.VerifyModule)
MPM->add(createDebugInfoVerifierPass());
if (!CodeGenOpts.DisableGCov &&
(CodeGenOpts.EmitGcovArcs || CodeGenOpts.EmitGcovNotes)) {