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 198f605 commit 784751fCopy full SHA for 784751f
passes/cmds/optbarriers.cc
@@ -294,7 +294,7 @@ struct OptBarriersPass : public Pass {
294
// somewhere in the process and we want to add a barrier to b:
295
// a <- b
296
// b <- a
297
- // There is a path from b to itself through $a, so we add wire b\b to
+ // There is a path from b to itself through a, so we add wire b\b to
298
// represent the pre-barrier version of b and a\b to represent
299
// the version of a that sees a pre-barrier version of b. We then
300
// correspondingly add these paths to the assignments and a barrier:
0 commit comments