aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2022-12-12 15:35:53 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2023-02-20 10:35:48 +0100
commit668d546f670996d22e5d2a2f6f83752a8254dc23 (patch)
tree7c334212b5da2456168ed636fc7e8cef4f8b9378
parente306714815c33121ee165b5e8825ca1c8187fc96 (diff)
downloadcompcert-668d546f670996d22e5d2a2f6f83752a8254dc23.tar.gz
compcert-668d546f670996d22e5d2a2f6f83752a8254dc23.zip
Remove unused definition
Closes: #467
-rw-r--r--arm/Op.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/arm/Op.v b/arm/Op.v
index 4739ef2e..375a626d 100644
--- a/arm/Op.v
+++ b/arm/Op.v
@@ -671,10 +671,6 @@ Proof.
destruct sp; simpl; auto. rewrite Ptrofs.add_assoc. do 4 f_equal. symmetry; auto with ptrofs.
Qed.
-(** Two-address operations. There are none in the ARM architecture. *)
-
-Definition two_address_op (op: operation) : bool := false.
-
(** Operations that are so cheap to recompute that CSE should not factor them out. *)
Definition is_trivial_op (op: operation) : bool :=