Asserts in irvrfy that verify the mode of Proj nodes. For Start,
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 21 Dec 2001 12:30:26 +0000 (12:30 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 21 Dec 2001 12:30:26 +0000 (12:30 +0000)
commit3e5692defee7bec4dcd584b83d1c79baaf6a63c7
treed77833dbc2f0f80500ed3dd290a21185e81f50ad
parent512afc22ee29255cfeef35deb41980831691c0fb
Asserts in irvrfy that verify the mode of Proj nodes.  For Start,
  Call, Return they check the corresponding function type!  Corrected
  bugs in testprograms.

[r292]
15 files changed:
Changes
ir/ir/irvrfy.c
ir/ir/irvrfy.h
ir/tr/entity.c
ir/tr/type.c
testprograms/array-heap_example.c
testprograms/array-stack_example.c
testprograms/call_str_example.c
testprograms/cond_example.c
testprograms/const_eval_example.c
testprograms/dead_block_example.c
testprograms/if_while_example.c
testprograms/memory_example.c
testprograms/oo_program_example.c
testprograms/while_example.c