aboutsummaryrefslogtreecommitdiffstats
path: root/backend/LTL.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/LTL.v
parent7a6bb90048db7a254e959b1e3c308bac5fe6c418 (diff)
downloadcompcert-kvx-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.tar.gz
compcert-kvx-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.zip
Updated PR by removing whitespaces. Bug 17450.
Diffstat (limited to 'backend/LTL.v')
-rw-r--r--backend/LTL.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/LTL.v b/backend/LTL.v
index 67fb0197..48c5c850 100644
--- a/backend/LTL.v
+++ b/backend/LTL.v
@@ -77,8 +77,8 @@ Definition genv := Genv.t fundef unit.
Definition locset := Locmap.t.
(** Calling conventions are reflected at the level of location sets
- (environments mapping locations to values) by the following two
- functions.
+ (environments mapping locations to values) by the following two
+ functions.
[call_regs caller] returns the location set at function entry,
as a function of the location set [caller] of the calling function.
@@ -87,7 +87,7 @@ Definition locset := Locmap.t.
values as the corresponding outgoing stack slots (used for argument
passing) in the caller.
- Local and outgoing stack slots are initialized to undefined values.
-*)
+*)
Definition call_regs (caller: locset) : locset :=
fun (l: loc) =>