Skip to content

Commit e007d01

Browse files
Update comment regarding Operation::verify
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 64ea4a3 commit e007d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hir/src/pass/manager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@ impl OpToOpPassAdaptor {
806806
) -> Result<(), Report> {
807807

808808
if verify {
809-
// We run an initial recursive verification, since this is potentially the first
810-
// verification done in the operations
809+
// We run an initial recursive verification, since this is the first verification done
810+
// to the operations
811811
Self::verify(&op, true)?;
812812
}
813813

0 commit comments

Comments
 (0)