aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Asmgen.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Asmgen.v')
-rw-r--r--powerpc/Asmgen.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/powerpc/Asmgen.v b/powerpc/Asmgen.v
index 2ddaa6d0..1dcc3990 100644
--- a/powerpc/Asmgen.v
+++ b/powerpc/Asmgen.v
@@ -457,8 +457,6 @@ Definition transl_instr (f: Mach.function) (i: Mach.instruction) (k: code) :=
Pmtlr GPR12 ::
Pfreeframe f.(fn_link_ofs) ::
Pbs symb :: k
- | Malloc =>
- Pallocblock :: k
| Mlabel lbl =>
Plabel lbl :: k
| Mgoto lbl =>