rework ASM node, it always has a memory input now
authorMatthias Braun <matthias.braun@kit.edu>
Mon, 23 Jul 2012 12:15:08 +0000 (14:15 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Mon, 23 Jul 2012 12:38:02 +0000 (14:38 +0200)
commit16a8ee53f0f3f4d5f67f81c35084e66ce0c2afd5
tree2bc0f0ffc3dc1aa600986d540256181677c67ab7
parentc32482bc042c9f0591bec432ccb6dfcadbad4cb7
rework ASM node, it always has a memory input now

You can still attach NoMem if no memory input is present.
This makes it more consistent with the Call node and fixes failing
get_ASM_mem in case of no memory input.
include/libfirm/ircons.h
include/libfirm/irnode.h
ir/be/ia32/ia32_common_transform.c
ir/ir/ircons.c
ir/ir/irdumptxt.c
ir/ir/irio.c
ir/ir/irnode.c
ir/ir/irop.c
ir/lower/lower_dw.c