Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
s-perron committed Sep 16, 2024
1 parent 0355304 commit f0a1994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/opt/debug_info_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,10 @@ void DebugInfoManager::ConvertDebugGlobalToLocalVariable(
local_var->opcode() == spv::Op::OpFunctionParameter);

// Convert |dbg_global_var| to DebugLocalVariable
// All of the operands upto the scope operand are the same for the type
// All of the operands up to the scope operand are the same for the type
// instructions. The flag operand needs to move from operand
// kDebugGlobalVariableOperandFlagsIndex to
// kDebugLocalVariableOperandFlagsIndex. No other operands are needed for to
// kDebugLocalVariableOperandFlagsIndex. No other operands are needed to
// define the DebugLocalVariable.

// Modify the opcode.
Expand Down

0 comments on commit f0a1994

Please sign in to comment.