Skip to content

Commit 12b2742

Browse files
committed
Fix typo. \b -> \n
1 parent 7f158a5 commit 12b2742

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)