aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Passes.scala
diff options
context:
space:
mode:
authorazidar2016-01-16 11:44:42 -0800
committerazidar2016-01-16 11:46:00 -0800
commit7bd6bb331bb2c0cf194974555237c9e4cce62dc4 (patch)
treea8c8ca7b76748ff0f2d769b2a1b50d53a82a1b7e /src/main/scala/firrtl/Passes.scala
parent07d338e275db2e7ccb61213c7ae6a335cae87b62 (diff)
Added some comments
Diffstat (limited to 'src/main/scala/firrtl/Passes.scala')
-rw-r--r--src/main/scala/firrtl/Passes.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/scala/firrtl/Passes.scala b/src/main/scala/firrtl/Passes.scala
index f64d67bb..7694fa9d 100644
--- a/src/main/scala/firrtl/Passes.scala
+++ b/src/main/scala/firrtl/Passes.scala
@@ -34,9 +34,7 @@ object Passes {
* and passing an environment to all statements in pre-order
* traversal, and resolving types in expressions in post-
* order traversal.
- * Type propagation for primary ops are defined here.
- * Notable cases: LetRec requires updating environment before
- * resolving the subexpressions in its elements.
+ * Type propagation for primary ops are defined in Primops.scala.
* Type errors are not checked in this pass, as this is
* postponed for a later/earlier pass.
*/