aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Renumber.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Renumber.v')
-rw-r--r--backend/Renumber.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Renumber.v b/backend/Renumber.v
index 0a2c2f12..10f58251 100644
--- a/backend/Renumber.v
+++ b/backend/Renumber.v
@@ -22,7 +22,7 @@ Require Import RTL.
enumeration of the nodes of the control-flow graph. This property
can be guaranteed when generating the CFG (module [RTLgen]), but
is, however, invalidated by further RTL optimization passes such as
- [Inlining].
+ [Inlining].
In this module, we renumber the nodes of RTL control-flow graphs
to restore the postorder property given above. In passing,