added statistic call for reload merging
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 26 Jul 2006 12:47:31 +0000 (12:47 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 26 Jul 2006 12:47:31 +0000 (12:47 +0000)
ir/be/ia32/bearch_ia32.c

index c78cef0..06d6d05 100644 (file)
@@ -698,6 +698,8 @@ static void ia32_perform_memory_operand(const void *self, ir_node *irn, ir_node
                access it from here.
         */
        set_irn_n(irn, 3, get_irn_n(irn, 1));
+
+       DBG_OPT_AM_S(reload, irn);
 }
 
 static const be_abi_callbacks_t ia32_abi_callbacks = {