aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CleanupLabels.v
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-20 13:32:18 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-20 13:32:18 +0200
commit4d542bc7eafadb16b845cf05d1eb4988eb55ed0f (patch)
tree1961b41815fc6e392cc0bd2beeb0fb504bc160ce /backend/CleanupLabels.v
parent7a6bb90048db7a254e959b1e3c308bac5fe6c418 (diff)
downloadcompcert-kvx-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.tar.gz
compcert-kvx-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.zip
Updated PR by removing whitespaces. Bug 17450.
Diffstat (limited to 'backend/CleanupLabels.v')
-rw-r--r--backend/CleanupLabels.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/CleanupLabels.v b/backend/CleanupLabels.v
index 5eaa81e6..759201b2 100644
--- a/backend/CleanupLabels.v
+++ b/backend/CleanupLabels.v
@@ -11,12 +11,12 @@
(* *********************************************************************)
(** Removal of useless labels introduced by the linearization pass.
-
- The linearization pass introduces one label for each node of the
+
+ The linearization pass introduces one label for each node of the
control-flow graph. Many of these labels are never branched to,
which can complicate further optimizations over linearized code.
(There are no such optimizations yet.) In preparation for these
- further optimizations, and to make the generated Linear code
+ further optimizations, and to make the generated Linear code
better-looking, the present pass removes labels that cannot be
branched to. *)