From: Michael Beck Date: Sun, 3 Aug 2008 13:06:16 +0000 (+0000) Subject: - add missing transform_Proj_Bound() X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a45f122a26562c809a2eaface0f8aa75f7ab13e9;p=libfirm - add missing transform_Proj_Bound() [r20953] --- diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index b7deef824..33b554deb 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -5676,6 +5676,7 @@ static ir_op_ops *firm_set_default_transform_node(ir_opcode code, ir_op_ops *ops CASE(Cast); CASE_PROJ(Load); CASE_PROJ(Store); + CASE_PROJ(Bound); CASE_PROJ(CopyB); CASE(Proj); CASE(Phi);