Added NoMem node that represents a Memory that is Not used
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 10 Nov 2004 14:40:52 +0000 (14:40 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 10 Nov 2004 14:40:52 +0000 (14:40 +0000)
commit814def24d66ee2a525987001946d6c9a6717505c
tree5aecdab3332d243cf0b79d9ba54ba7652117c604
parent854a5a30a1ba1336f4ef037ad1f239077c6d2a6e
Added NoMem node that represents a Memory that is Not used
Allows calls to be "unpinned"
Removed FuncCall(), can be emulated by Call(NoMem, ...)

[r4348]
16 files changed:
ir/ir/ircons.c
ir/ir/ircons.h
ir/ir/ircons_t.h
ir/ir/irdump.c
ir/ir/irflag.h
ir/ir/irgopt.c
ir/ir/irgraph.c
ir/ir/irgraph.h
ir/ir/irgraph_t.h
ir/ir/irnode.c
ir/ir/irnode.h
ir/ir/irnode_t.h
ir/ir/irop.c
ir/ir/irop.h
ir/ir/iropt.c
ir/ir/irvrfy.c