Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-04 11:51:38 -0800 (Fri, 04 Mar 2005)
Revision: 6837
Log message:

      Move all the x86 stuff for tuples and existentials into their
      proper files.  The x86 backend won't work without them, but
      the code should still be put in the right place.
      

Changes  Path
+0 -49 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+0 -38 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+98 -240 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_convention.ml
+18 -0 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.ml
+21 -0 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.mli
+31 -0 mpcompiler/mmc/extensions/tyexists/mmc_x86_tyexists.ml
+28 -0 mpcompiler/mmc/extensions/tyexists/mmc_x86_tyexists.mli