Skip to content

Commit c5b1e09

Browse files
authored
Merge pull request #5346 from JaSpa/single_dollar
2 parents cbce785 + 29e4283 commit c5b1e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ void SILGenModule::preEmitFunction(SILDeclRef constant,
597597

598598
DEBUG(llvm::dbgs() << "lowering ";
599599
F->printName(llvm::dbgs());
600-
llvm::dbgs() << " : $";
600+
llvm::dbgs() << " : ";
601601
F->getLoweredType().print(llvm::dbgs());
602602
llvm::dbgs() << '\n';
603603
if (astNode) {

0 commit comments

Comments
 (0)