From 9c4ef27d495a1cc68c3fffb84cd4b6858e028146 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 29 Apr 2012 08:24:32 -0400 Subject: [PATCH] Internals: Cleanup dead function names. Merge from dtype. No functional change. --- src/V3Dead.cpp | 12 ++++++++++-- src/V3Dead.h | 6 +++++- src/V3Tristate.cpp | 1 + src/V3Width.cpp | 4 ++++ src/Verilator.cpp | 28 ++++++++++++++-------------- 5 files changed, 34 insertions(+), 17 deletions(-) diff --git a/src/V3Dead.cpp b/src/V3Dead.cpp index 6d76bbdc0..d6b904100 100644 --- a/src/V3Dead.cpp +++ b/src/V3Dead.cpp @@ -241,7 +241,15 @@ public: //###################################################################### // Dead class functions -void V3Dead::deadifyAll(AstNetlist* nodep, bool elimUserVars) { +void V3Dead::deadifyModules(AstNetlist* nodep) { UINFO(2,__FUNCTION__<<": "<