[SimplifyCFG] fix debug print formatting; NFC

This commit is contained in:
Sanjay Patel 2020-03-13 13:14:15 -04:00
parent e30c257811
commit 51e53af11c
1 changed files with 2 additions and 2 deletions

View File

@ -2532,8 +2532,8 @@ static bool SimplifyCondBranchToTwoReturns(BranchInst *BI,
(void)RI;
LLVM_DEBUG(dbgs() << "\nCHANGING BRANCH TO TWO RETURNS INTO SELECT:"
<< "\n " << *BI << "NewRet = " << *RI << "TRUEBLOCK: "
<< *TrueSucc << "FALSEBLOCK: " << *FalseSucc);
<< "\n " << *BI << "\nNewRet = " << *RI << "\nTRUEBLOCK: "
<< *TrueSucc << "\nFALSEBLOCK: " << *FalseSucc);
EraseTerminatorAndDCECond(BI);