mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Internals: Standardize on template<typename. No functional change.
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ struct SplitVarImpl VL_NOT_FINAL {
|
||||
|
||||
static const char* cannotSplitPackedVarReason(const AstVar* varp);
|
||||
|
||||
template <class T_ALWAYSLIKE>
|
||||
template <typename T_ALWAYSLIKE>
|
||||
void insertBeginCore(T_ALWAYSLIKE* ap, AstNodeStmt* stmtp, AstNodeModule* modp) {
|
||||
if (ap->isJustOneBodyStmt() && ap->stmtsp() == stmtp) {
|
||||
stmtp->unlinkFrBack();
|
||||
|
||||
Reference in New Issue
Block a user