AMDGPU: Make sure to run verifier after SIFixSGPRLiveRanges

llvm-svn: 245769
This commit is contained in:
Matt Arsenault 2015-08-22 00:19:34 +00:00
parent aba29d6ab1
commit c8d8e4ed76
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void GCNPassConfig::addPreRegAlloc() {
insertPass(&MachineSchedulerID, &RegisterCoalescerID);
}
addPass(createSIShrinkInstructionsPass(), false);
addPass(createSIFixSGPRLiveRangesPass(), false);
addPass(createSIFixSGPRLiveRangesPass());
}
void GCNPassConfig::addPostRegAlloc() {