aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Mach.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Mach.v')
-rw-r--r--backend/Mach.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/Mach.v b/backend/Mach.v
index c64903b8..3f251373 100644
--- a/backend/Mach.v
+++ b/backend/Mach.v
@@ -58,7 +58,6 @@ Inductive instruction: Set :=
| Mstore: memory_chunk -> addressing -> list mreg -> mreg -> instruction
| Mcall: signature -> mreg + ident -> instruction
| Mtailcall: signature -> mreg + ident -> instruction
- | Malloc: instruction
| Mlabel: label -> instruction
| Mgoto: label -> instruction
| Mcond: condition -> list mreg -> label -> instruction