summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ast-to-instr/src')
-rw-r--r--ast-to-instr/src/VHDLCSNode.java2
-rw-r--r--ast-to-instr/src/VHDLISNode.java2
-rw-r--r--ast-to-instr/src/VHDLSSASNode.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/ast-to-instr/src/VHDLCSNode.java b/ast-to-instr/src/VHDLCSNode.java
index 4ba6631..ebc1b52 100644
--- a/ast-to-instr/src/VHDLCSNode.java
+++ b/ast-to-instr/src/VHDLCSNode.java
@@ -268,7 +268,7 @@ public class VHDLCSNode extends VHDLNode
Predicates.add_entry
(
output,
- "is_final",
+ "is_terminal",
local_id
);
}
diff --git a/ast-to-instr/src/VHDLISNode.java b/ast-to-instr/src/VHDLISNode.java
index 3819153..f9f8eb3 100644
--- a/ast-to-instr/src/VHDLISNode.java
+++ b/ast-to-instr/src/VHDLISNode.java
@@ -261,7 +261,7 @@ public class VHDLISNode extends VHDLNode
Predicates.add_entry
(
output,
- "is_final",
+ "is_terminal",
local_id
);
}
diff --git a/ast-to-instr/src/VHDLSSASNode.java b/ast-to-instr/src/VHDLSSASNode.java
index 2ee2fda..76d56af 100644
--- a/ast-to-instr/src/VHDLSSASNode.java
+++ b/ast-to-instr/src/VHDLSSASNode.java
@@ -284,7 +284,7 @@ public class VHDLSSASNode extends VHDLNode
Predicates.add_entry
(
output,
- "is_final",
+ "is_terminal",
local_id
);
}