We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47b93ab + 12b2742 commit b6b6680Copy full SHA for b6b6680
lib/SIL/Projection.cpp
@@ -898,7 +898,7 @@ processUsersOfValue(ProjectionTree &Tree,
898
Worklist.push_back({V, ChildNode});
899
} else {
900
DEBUG(llvm::dbgs() << " Did not find a child for projection!. "
901
- "Adding to non projection user!\b");
+ "Adding to non projection user!\n");
902
903
// The only projection which we do not currently handle are enums since we
904
// may not know the correct case. This can be extended in the future.
0 commit comments