summaryrefslogtreecommitdiff
path: root/backend/RTL.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/RTL.v')
-rw-r--r--backend/RTL.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/RTL.v b/backend/RTL.v
index 838cf0a..b2e1e89 100644
--- a/backend/RTL.v
+++ b/backend/RTL.v
@@ -384,7 +384,7 @@ Definition successors_instr (i: instruction) : list node :=
| Ireturn optarg => nil
end.
-Definition successors (f: function) : PTree.t (list node) :=
+Definition successors_map (f: function) : PTree.t (list node) :=
PTree.map1 successors_instr f.(fn_code).
(** The registers used by an instruction *)