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 177aeb4 commit 7777b30Copy full SHA for 7777b30
pilopt/src/lib.rs
@@ -768,7 +768,7 @@ fn remove_constant_witness_columns<T: FieldElement>(pil_file: &mut Analyzed<T>)
768
substitute_polynomial_references(pil_file, constant_polys);
769
}
770
771
-/// Inlines `col i = e` into the references to `x` where `e` is a non-shifted expression with no operations.
+/// Inlines `col i = e` into the references to `i` where `e` is a non-shifted expression with no operations.
772
/// The reasoning is that intermediate columns are useful to remember intermediate computation results, but in this case
773
/// the intermediate results are already known.
774
fn inline_trivial_intermediate_polynomials<T: FieldElement>(pil_file: &mut Analyzed<T>) {
0 commit comments