From 4d542bc7eafadb16b845cf05d1eb4988eb55ed0f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 20 Oct 2015 13:32:18 +0200 Subject: Updated PR by removing whitespaces. Bug 17450. --- backend/Renumber.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Renumber.v') 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, -- cgit