forked from OSchip/llvm-project
[LoopPredication] Add a new line to debug output in LoopPredication pass
llvm-svn: 293762
This commit is contained in:
parent
e5ad87e939
commit
2cbaded5b5
|
@ -164,7 +164,7 @@ Optional<Value *> LoopPredication::widenICmpRangeCheck(ICmpInst *ICI,
|
|||
? IndexAR->getStart()
|
||||
: SE->getSCEVAtScope(IndexAR, L->getParentLoop());
|
||||
if (NewLHSS == IndexAR) {
|
||||
DEBUG(dbgs() << "Can't compute NewLHSS!");
|
||||
DEBUG(dbgs() << "Can't compute NewLHSS!\n");
|
||||
return None;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue