Skip to content

Commit b6b6680

Browse files
authored
Merge pull request #17095 from gottesmm/pr-270c5f0750af5af3d96037c055257191e773fa8e
2 parents 47b93ab + 12b2742 commit b6b6680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Projection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ processUsersOfValue(ProjectionTree &Tree,
898898
Worklist.push_back({V, ChildNode});
899899
} else {
900900
DEBUG(llvm::dbgs() << " Did not find a child for projection!. "
901-
"Adding to non projection user!\b");
901+
"Adding to non projection user!\n");
902902

903903
// The only projection which we do not currently handle are enums since we
904904
// may not know the correct case. This can be extended in the future.

0 commit comments

Comments
 (0)