Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-16 17:00:24 -0800 (Wed, 16 Mar 2005)
Revision: 6954
Log message:

      Codegen should state the type of the expression for which
      it is generating code.
      

Changes  Path
+33 -28 mpcompiler/mmc/arch/x86/base/mmc_x86_asm_grammar.mli
+99 -74 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen.ml
+2 -2 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen_grammar.ml
+23 -12 mpcompiler/mmc/arch/x86/codegen/mmc_x86_codegen_grammar.mli
+1 -1 mpcompiler/mmc/core/mmc_core_closure.ml
+57 -57 mpcompiler/mmc/extensions/int/mmc_x86_int.ml
+8 -20 mpcompiler/mmc/extensions/tuple/mmc_x86_tuple.ml
+15 -12 mpcompiler/mmc/extensions/tyexists/mmc_x86_tyexists.ml