aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/SelectOpproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/SelectOpproof.v')
-rw-r--r--riscV/SelectOpproof.v5
1 files changed, 1 insertions, 4 deletions
diff --git a/riscV/SelectOpproof.v b/riscV/SelectOpproof.v
index ca271342..52a535fb 100644
--- a/riscV/SelectOpproof.v
+++ b/riscV/SelectOpproof.v
@@ -933,8 +933,6 @@ Proof.
- constructor; auto.
Qed.
-<<<<<<< HEAD
-
(* floating-point division without HELPERS *)
Theorem eval_divf_base:
forall le a b x y,
@@ -955,7 +953,7 @@ Proof.
intros; unfold divfs_base.
TrivialExists.
Qed.
-=======
+
(** Platform-specific known builtins *)
Theorem eval_platform_builtin:
@@ -968,5 +966,4 @@ Proof.
intros. discriminate.
Qed.
->>>>>>> 91381b65f5aa76e5195caae9ef331b3f5f95afaf
End CMCONSTR.