Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule,

instead of NDEBUG.

llvm-svn: 102622
This commit is contained in:
Daniel Dunbar
2010-04-29 16:29:06 +00:00
parent c1626e3317
commit 117c19fa4d
2 changed files with 1 additions and 10 deletions

View File

@@ -145,7 +145,6 @@ static void CodeGenOptsToArgs(const CodeGenOptions &Opts,
// TimePasses is only derived.
// UnitAtATime is unused.
// UnrollLoops is only derived.
// VerifyModule is only derived.
// Inlining is only derived.
if (Opts.DataSections)