From f6ecbb948ccf7f8a4e156eb29e3a41e7f2953407 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 11 Jan 2009 12:07:11 +0000 Subject: Elimination of "alloc" instruction in Caml files and test files. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@946 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- arm/PrintAsm.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm') diff --git a/arm/PrintAsm.ml b/arm/PrintAsm.ml index e5b21f9c..16f22d60 100644 --- a/arm/PrintAsm.ml +++ b/arm/PrintAsm.ml @@ -336,8 +336,6 @@ let print_instruction oc labels = function | Psufd(r1, r2, r3) -> fprintf oc " sufd %a, %a, %a\n" freg r1 freg r2 freg r3; 1 (* Pseudo-instructions *) - | Pallocblock -> - fprintf oc " bl compcert_alloc\n"; 1 | Pallocframe(lo, hi, ofs) -> let lo = camlint_of_coqint lo and hi = camlint_of_coqint hi -- cgit