Skip to content

Commit c464c34

Browse files
jmorsenikic
andauthored
Update llvm/lib/CodeGen/CodeGenPrepare.cpp
Co-authored-by: Nikita Popov <[email protected]>
1 parent 7ab68f9 commit c464c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/CodeGenPrepare.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9023,7 +9023,7 @@ bool CodeGenPrepare::placeDbgValues(Function &F) {
90239023

90249024
for (BasicBlock &BB : F) {
90259025
for (Instruction &Insn : llvm::make_early_inc_range(BB)) {
9026-
// Process any attached DbgVariableRecord records attached to this
9026+
// Process any DbgVariableRecord records attached to this
90279027
// instruction.
90289028
for (DbgVariableRecord &DVR : llvm::make_early_inc_range(
90299029
filterDbgVars(Insn.getDbgRecordRange()))) {

0 commit comments

Comments
 (0)