Also verify after ExpandPostRAPseudos.

llvm-svn: 153599
This commit is contained in:
Jakob Stoklund Olesen 2012-03-28 20:49:30 +00:00
parent d58ed73288
commit e433c68d7c
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ void TargetPassConfig::addMachinePasses() {
// Expand pseudo instructions before second scheduling pass.
addPass(ExpandPostRAPseudosID);
printNoVerify("After ExpandPostRAPseudos");
printAndVerify("After ExpandPostRAPseudos");
// Run pre-sched2 passes.
if (addPreSched2())