Minor code cleanup. NFC.

llvm-svn: 259139
This commit is contained in:
Junmo Park 2016-01-29 01:39:39 +00:00
parent 65de644e81
commit 67bb3f1d27
1 changed files with 1 additions and 1 deletions

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