Skip to content

Commit 486940b

Browse files
authored
Merge pull request #41731 from gottesmm/pr-3f9436cebb06906a5bfc4c8e9f81016fdcc3537a
[NFC][move-function-addr] Add a small comment to the checker.
2 parents 033b8bf + a2c7f63 commit 486940b

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)