[mlir][docs] Small fix to local Pass Manager reproduction documentation

This commit is contained in:
River Riddle 2021-02-24 11:42:48 -08:00
parent 21895a2bef
commit e79cd47e16

View File

@ -1179,8 +1179,7 @@ For example, if the failure in the previous example came from `canonicalize`,
the following reproducer will be generated:
```mlir
// configuration: -pass-pipeline='func(canonicalize)'
// note: verifyPasses=false
// configuration: -pass-pipeline='func(canonicalize)' -verify-each
module {
func @foo() {