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.
1 parent 082aaec commit f5760ecCopy full SHA for f5760ec
lib/IRGen/IRGenDebugInfo.cpp
@@ -3434,9 +3434,6 @@ void IRGenDebugInfoImpl::emitVariableDeclaration(
3434
if (!DInstLine || (ArgNo > 0 && VarInfo.Name == IGM.Context.Id_self.str()))
3435
Artificial = ArtificialValue;
3436
3437
- if (VarInfo.Name == "index")
3438
- llvm::errs();
3439
-
3440
llvm::DINode::DIFlags Flags = llvm::DINode::FlagZero;
3441
if (Artificial || DITy->isArtificial() || DITy == InternalType)
3442
Flags |= llvm::DINode::FlagArtificial;
0 commit comments