mirror of https://github.com/llvm/circt.git
[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:
parent
fffcf2ece6
commit
96b54ebc67
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue