Add a print and verify pass after the RegisterCoalescer

llvm-svn: 222381
This commit is contained in:
Matthias Braun 2014-11-19 19:46:15 +00:00
parent 47760d9667
commit d2f4c77800
1 changed files with 1 additions and 0 deletions

View File

@ -732,6 +732,7 @@ void TargetPassConfig::addOptimizedRegAlloc(FunctionPass *RegAllocPass) {
addPass(&TwoAddressInstructionPassID);
addPass(&RegisterCoalescerID);
printAndVerify("After Register Coalescing");
// PreRA instruction scheduling.
if (addPass(&MachineSchedulerID))