Skip to content

Commit 41e9ae9

Browse files
committed
Fixed stat gathering.
1 parent 061516f commit 41e9ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ impl<'a, S: Settings<'a>> FunctionProcessingStage<'a, S> {
460460
let constants_collapsed =
461461
dag::const_collapse::constant_collapse(settings, &mut dag);
462462
if let Some(stats) = stats {
463-
stats.constants_deduplicated += constants_collapsed;
463+
stats.constants_collapsed += constants_collapsed;
464464
}
465465
FunctionProcessingStage::ConstCollapsedDag(dag)
466466
}

0 commit comments

Comments
 (0)