From 5a4bd6f2636df432383bb3144f91816742d2fa53 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 9 Apr 2011 17:16:55 +0000 Subject: Renamed Machconcr into Machsem. Removed Machabstr and Machabstr2concr, now useless following the reengineering of Stacking. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1633 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- doc/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index 9108a58e..9e2d79de 100644 --- a/doc/index.html +++ b/doc/index.html @@ -130,8 +130,7 @@ replaced by a linear list of instructions with explicit branches and labels. spilling, reloading and enforcement of calling conventions.
  • Mach: like Linear, with a more concrete view of the activation record.
    -See also: Machabstr abstract semantics for Mach.
    -See also: Machconcr concrete semantics for Mach. +See also: Machabstr operational semantics for Mach.
  • Asm: abstract syntax for PowerPC assembly code. -- cgit