1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Minor code cleanup. NFC.

llvm-svn: 259139
This commit is contained in:
Junmo Park 2016-01-29 01:39:39 +00:00
parent 94c2d7d066
commit 40c4ebd071

View File

@ -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