forked from OSchip/llvm-project
[SimplifyCFG] fix debug print formatting; NFC
This commit is contained in:
parent
e30c257811
commit
51e53af11c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue