AMDGPU: Run verifier after 2nd run of SIShrinkInstructions

llvm-svn: 273469
This commit is contained in:
Matt Arsenault 2016-06-22 20:26:24 +00:00
parent 8cb667310c
commit 4a07bf6372
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ void GCNPassConfig::addPreRegAlloc() {
insertPass(&MachineSchedulerID, &SILoadStoreOptimizerID);
insertPass(&MachineSchedulerID, &RegisterCoalescerID);
}
addPass(createSIShrinkInstructionsPass(), false);
addPass(createSIShrinkInstructionsPass());
addPass(createSIWholeQuadModePass());
}