[FIRRTL] Fix Lint.cpp compile error

The `transformReduce` utility was moved out of FIRRTL and into a CIRCT
support library.  Update a user of this in the `Lint` pass.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
Schuyler Eldridge 2025-07-10 15:59:23 -04:00
parent fffcf2ece6
commit 96b54ebc67
No known key found for this signature in database
GPG Key ID: 50C5E9936AAD536D
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@
#include "circt/Analysis/FIRRTLInstanceInfo.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Dialect/SV/SVOps.h"
#include "circt/Support/Utils.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/APSInt.h"