Skip to content

Commit a2c7f63

Browse files
committed
[move-function-addr] Add a small comment to the checker.
1 parent a67a62b commit a2c7f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SILOptimizer/Mandatory/MoveKillsCopyableAddressesChecker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,7 @@ bool MoveKillsCopyableAddressesChecker::check(SILValue address) {
23382338
// diagnostic.
23392339
bool emittedSingleBBDiagnostic = false;
23402340
for (auto *mvi : useState.markMoves) {
2341+
LLVM_DEBUG(llvm::dbgs() << "Performing single block analysis on: " << *mvi);
23412342
emittedSingleBBDiagnostic |= performSingleBasicBlockAnalysis(address, mvi);
23422343
}
23432344

0 commit comments

Comments
 (0)