Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-03 20:39:15 -0800 (Thu, 03 Mar 2005)
Revision: 6834
Log message:

      Added the slop around function calls, which allows us to specify
      the calling convention.
      
      There is a problem with the function variables, because we don't know
      the type.
      

Changes  Path
+1 -0 mpcompiler/mmc/arch/x86/mmc_x86_theory.ml
+1 -0 mpcompiler/mmc/arch/x86/mmc_x86_theory.mli
+1 -0 mpcompiler/mmc/arch/x86/regalloc/Files
+29 -46 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_slop.ml
+3 -3 mpcompiler/mmc/arch/x86/regalloc/mmc_x86_slop.mli
+2 -2 mpcompiler/mmc/test/mmc