aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala
diff options
context:
space:
mode:
authorSchuyler Eldridge2020-04-21 23:24:44 -0400
committerSchuyler Eldridge2020-04-22 19:58:54 -0400
commitffa6958535292d636923739d9d77b566054e2208 (patch)
tree607b55e30774227895c75b60fb8fd67845ed23a8 /src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala
parent26e1eec14cdb71cd2dccc510c7f4eaea171be7c4 (diff)
s/dependents/optionalPrerequisiteOf/
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to 'src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala')
-rw-r--r--src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala b/src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala
index 7611f66f..1eb4c2d9 100644
--- a/src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala
+++ b/src/main/scala/firrtl/options/phases/ConvertLegacyAnnotations.scala
@@ -11,7 +11,7 @@ class ConvertLegacyAnnotations extends Phase with PreservesAll[Phase] {
override def prerequisites = Seq(Dependency[GetIncludes])
- override def dependents = Seq.empty
+ override def optionalPrerequisiteOf = Seq.empty
def transform(annotations: AnnotationSeq): AnnotationSeq = LegacyAnnotation.convertLegacyAnnos(annotations)