Skip to content

Commit

Permalink
changing note to fix the fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Nov 1, 2024
1 parent e29132f commit cd92765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calyx-opt/src/passes/profiler_instrumentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl Visitor for ProfilerInstrumentation {
{
if dst_borrow.name == "go" {
// found an invocation of go
// TODO: need to add probe here
// FIXME: guard needs to be anded with the child group not being done
let invoked_group_name =
parent_group_ref.upgrade().borrow().name();
let guard = *(assigment_ref.guard.clone());
Expand Down

0 comments on commit cd92765

Please sign in to comment.