forked from OSchip/llvm-project
R600/SI: Assume SIFixSGPRCopies makes changes
I'm not sure if this was breaking anything. llvm-svn: 222174
This commit is contained in:
parent
78873a3f66
commit
6f679785f4
|
@ -325,5 +325,6 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
|
|||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue