remove opt_ldst_only_null_ptr_exception
authorMatthias Braun <matze@braunis.de>
Fri, 18 Nov 2011 13:24:12 +0000 (14:24 +0100)
committerMatthias Braun <matze@braunis.de>
Fri, 18 Nov 2011 16:54:49 +0000 (17:54 +0100)
commit8a5f15326aeefb771a9999c87d963972f47b19b9
tree5917a329c78c3afb8785406917d2aeffedf4952e
parent95cfa6465fa7fadda4af7b97c3678acf1010ff8b
remove opt_ldst_only_null_ptr_exception

We just define that the only reason a Load/Store node can use the
exception edge is a NULL pointer. Misaligned Load/Store is a problem for
low-level languages which don't use exception edges anyway.
include/libfirm/irflag.h
ir/ir/irflag_t.def
ir/ir/iropt.c