opt_lut_ins: fix name of global object. NFCI

This commit is contained in:
Catherine 2024-06-28 15:12:36 +00:00 committed by GitHub
parent 07daf61ae6
commit 580aaa362d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ struct OptLutInsPass : public Pass {
module->remove(cell);
}
}
} XilinxDffOptPass;
} OptLutInsPass;
PRIVATE_NAMESPACE_END