R600/SI: Assume SIFixSGPRCopies makes changes

I'm not sure if this was breaking anything.

llvm-svn: 222174
This commit is contained in:
Matt Arsenault 2014-11-17 21:11:34 +00:00
parent 78873a3f66
commit 6f679785f4
1 changed files with 2 additions and 1 deletions

View File

@ -325,5 +325,6 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
}
}
}
return false;
return true;
}