From f5bb397acd12292f6b41438778f2df7391d6f2fe Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Wed, 14 Oct 2015 15:26:56 +0200 Subject: bug 17392: remove trailing whitespace in source files --- 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