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 7ab68f9 commit c464c34Copy full SHA for c464c34
llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -9023,7 +9023,7 @@ bool CodeGenPrepare::placeDbgValues(Function &F) {
9023
9024
for (BasicBlock &BB : F) {
9025
for (Instruction &Insn : llvm::make_early_inc_range(BB)) {
9026
- // Process any attached DbgVariableRecord records attached to this
+ // Process any DbgVariableRecord records attached to this
9027
// instruction.
9028
for (DbgVariableRecord &DVR : llvm::make_early_inc_range(
9029
filterDbgVars(Insn.getDbgRecordRange()))) {
0 commit comments