From 04d0d602ef7245fd566debd91bcb148acd9ed067 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 28 Jul 2014 12:13:15 +0000 Subject: PowerPC port: refactored the expansion of built-in functions and pseudo-instructions so that it does not need to be re-done in cchecklink. cchecklink: updated accordingly. testsuite: compile with -sdump and run cchecklink if supported. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2553 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- arm/Asmexpand.ml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arm/Asmexpand.ml (limited to 'arm') diff --git a/arm/Asmexpand.ml b/arm/Asmexpand.ml new file mode 100644 index 0000000..4baaac3 --- /dev/null +++ b/arm/Asmexpand.ml @@ -0,0 +1,18 @@ +(* *********************************************************************) +(* *) +(* The Compcert verified compiler *) +(* *) +(* Xavier Leroy, INRIA Paris-Rocquencourt *) +(* *) +(* Copyright Institut National de Recherche en Informatique et en *) +(* Automatique. All rights reserved. This file is distributed *) +(* under the terms of the INRIA Non-Commercial License Agreement. *) +(* *) +(* *********************************************************************) + +(* Expanding built-ins and some pseudo-instructions by rewriting + of the ARM assembly code. Currently not done, this expansion + is performed on the fly in PrintAsm. *) + +let expand_program p = p + -- cgit v1.2.3