Skip to content

Commit e012bda

Browse files
committed
[FIRRTL] Remove MemToRegOfVec shadowed parameters
Remove shadowed pass parameters for MemToRegOfVec. These are now provided by the base class and don't need to exist. This also fixes an observed nightly valgrind failure where these were used uninitialized. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent bb8e97b commit e012bda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Dialect/FIRRTL/Transforms/MemToRegOfVec.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,5 @@ struct MemToRegOfVecPass
430430
for (auto r : debugPorts)
431431
r.replaceAllUsesWith(builder.create<RefSendOp>(regOfVec.getResult()));
432432
}
433-
434-
private:
435-
bool replSeqMem;
436-
bool ignoreReadEnable;
437433
};
438434
} // end anonymous namespace

0 commit comments

Comments
 (0)