Skip to content

Commit

Permalink
Update wrong description
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebaek committed Jul 22, 2020
1 parent a1678d0 commit 7176ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/opt/scalar_replacement_pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ bool ScalarReplacementPass::CheckUses(const Instruction* inst,
uint32_t index) {
if (user->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugDeclare ||
user->GetOpenCL100DebugOpcode() == OpenCLDebugInfo100DebugValue) {
// TODO: include num_partial_accesses if it uses Deref operation or
// TODO: include num_partial_accesses if it uses Fragment operation or
// DebugValue has Indexes operand.
stats->num_full_accesses++;
return;
Expand Down

0 comments on commit 7176ca0

Please sign in to comment.