diff --git a/lib/SILAnalysis/GlobalARCSequenceDataflow.cpp b/lib/SILAnalysis/GlobalARCSequenceDataflow.cpp index 1f6695a2eda..0d625937e59 100644 --- a/lib/SILAnalysis/GlobalARCSequenceDataflow.cpp +++ b/lib/SILAnalysis/GlobalARCSequenceDataflow.cpp @@ -454,7 +454,7 @@ swift::arc::ARCSequenceDataflowEvaluator::mergePredecessors(ARCBBState &BBState, bool swift::arc::ARCSequenceDataflowEvaluator::processTopDown() { bool NestingDetected = false; - DEBUG(llvm::dbgs() << "<<<< Processing Bottom Up! >>>>\n"); + DEBUG(llvm::dbgs() << "<<<< Processing Top Down! >>>>\n"); // For each BB in our reverse post order... for (auto *BB : reversed(PostOrder)) {