Skip to content

Commit 4baa815

Browse files
Update comment regarding Operation::verify
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 5a35ca4 commit 4baa815

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
@@ -847,8 +847,8 @@ impl OpToOpPassAdaptor {
847847
) -> Result<(), Report> {
848848

849849
if verify {
850-
// We run an initial recursive verification, since this is potentially the first
851-
// verification done in the operations
850+
// We run an initial recursive verification, since this is the first verification done
851+
// to the operations
852852
Self::verify(&op, true)?;
853853
}
854854

0 commit comments

Comments
 (0)