aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Constpropproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Constpropproof.v')
-rw-r--r--backend/Constpropproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Constpropproof.v b/backend/Constpropproof.v
index ecae5dc6..b79c721e 100644
--- a/backend/Constpropproof.v
+++ b/backend/Constpropproof.v
@@ -159,6 +159,8 @@ Proof.
inv H. inv H0. exists (Vint n); auto.
- (* float *)
destruct (Compopts.generate_float_constants tt); inv H. inv H0. exists (Vfloat f); auto.
+- (* single *)
+ destruct (Compopts.generate_float_constants tt); inv H. inv H0. exists (Vsingle f); auto.
- (* pointer *)
destruct p; try discriminate.
+ (* global *)