From 02779dbc71c0f6985427c47ec05dd25b44dd859c Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 10 Mar 2013 12:13:12 +0000 Subject: Glasnost: making transparent a number of definitions that were opaque for no good reason. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2140 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- lib/Floats.v | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Floats.v') diff --git a/lib/Floats.v b/lib/Floats.v index 63375ff..eb86027 100644 --- a/lib/Floats.v +++ b/lib/Floats.v @@ -854,6 +854,7 @@ Theorem floatofint_from_words: sub (from_words ox4330_0000 (Int.add x ox8000_0000)) (from_words ox4330_0000 ox8000_0000). Proof. +Local Transparent Int.repr Int64.repr. intros; destruct (Int.eq_dec x Int.zero); [subst; vm_compute; reflexivity|]. assert (Int.signed x <> 0). intro; destruct n; rewrite <- (Int.repr_signed x), H; reflexivity. -- cgit v1.2.3