Files
mercury/compiler
Tyson Dowd 42a5aa13d0 Handle lvals more intelligently -- now that type information is
Estimated hours taken: 2
Branches: main

compiler/mlds_to_il.m:
	Handle lvals more intelligently -- now that type information is
	available, we no longer need to guess about types of non-local
	vars that are sometimes used in lvals.  Also we need to
	handle non-local vars when storing to lvals.

	A side effect of this fix is that references to
	private_builtin::dummy_var now have the correct type, and are
	handled correctly, which fixes a bug where exception.il refused
	to assemble because it was referencing a local variable called
	"dummy_var".

library/private_builtin.m:
	Add a definition of dummy_var.
2001-04-10 15:26:35 +00:00
..
2001-03-05 12:04:25 +00:00
2001-01-24 04:13:35 +00:00
2001-02-26 01:34:09 +00:00
2001-03-30 06:04:27 +00:00