mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
Minor code cleanup. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3ea0d92811
commit
7d3e90397f
@ -480,7 +480,7 @@ void SSAIfConv::rewritePHIOperands() {
|
||||
for (unsigned i = 0, e = PHIs.size(); i != e; ++i) {
|
||||
PHIInfo &PI = PHIs[i];
|
||||
unsigned DstReg = 0;
|
||||
|
||||
|
||||
DEBUG(dbgs() << "If-converting " << *PI.PHI);
|
||||
if (PI.TReg == PI.FReg) {
|
||||
// We do not need the select instruction if both incoming values are
|
||||
|
Loading…
Reference in New Issue
Block a user