diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-07-06 07:20:25 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-07-06 07:20:25 +0000 |
commit | c72b9a5bf321bfc05419eae50a5a27be03739bda (patch) | |
tree | 52a288695f218236425c1f03026524296116cd8a /cfrontend | |
parent | 1d4ca9226236135526d095a8c575571a297cfcb7 (diff) |
Revert unintentional commit #1955
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1957 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend')
-rw-r--r-- | cfrontend/Cexec.v | 7 | ||||
-rw-r--r-- | cfrontend/SimplExpr.v | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cfrontend/Cexec.v b/cfrontend/Cexec.v index 8253873..f589fab 100644 --- a/cfrontend/Cexec.v +++ b/cfrontend/Cexec.v @@ -2087,10 +2087,3 @@ Definition at_final_state (S: state): option int := | Returnstate (Vint r) Kstop m => Some r | _ => None end. - -(* -*** Local Variables: *** -*** coq-prog-name: "/usr/local/bin/coqtop" *** -*** coq-prog-args: ("-emacs-U" "-I" "../lib" "-I" "../common" "-I" "../cfrontend" "-I" "../backend") *** -*** End: *** -*)
\ No newline at end of file diff --git a/cfrontend/SimplExpr.v b/cfrontend/SimplExpr.v index f1b31ac..3144b65 100644 --- a/cfrontend/SimplExpr.v +++ b/cfrontend/SimplExpr.v @@ -456,3 +456,9 @@ Definition transl_fundef (fd: C.fundef) : res fundef := Definition transl_program (p: C.program) : res program := transform_partial_program transl_fundef p. + + + + + + |