mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update mismatching debug message.
Swift SVN r19095
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user