From a45f122a26562c809a2eaface0f8aa75f7ab13e9 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 3 Aug 2008 13:06:16 +0000 Subject: [PATCH] - add missing transform_Proj_Bound() [r20953] --- ir/ir/iropt.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1