Author: zhuqing
Date: 2011-10-10 02:57:05 -0400 (Mon, 10 Oct 2011)
New Revision: 3755
Modified:
trunk/osprey/be/cg/x8664/ebo_special.cxx
Log:
Fix bug824.
Code Review: Jian-Xin.
Modified: trunk/osprey/be/cg/x8664/ebo_special.cxx
===================================================================
--- trunk/osprey/be/cg/x8664/ebo_special.cxx 2011-10-09 05:22:43 UTC (rev
3754)
+++ trunk/osprey/be/cg/x8664/ebo_special.cxx 2011-10-10 06:57:05 UTC (rev
3755)
@@ -1052,20 +1052,6 @@
if (index_tninfo != NULL)
inc_ref_count(index_tninfo);
- // Decrement the reference counts for load_op's base/index TNs.
- INT idx;
- idx = TOP_Find_Operand_Use(OP_code(load_op), OU_base);
- if (idx >= 0 &&
- load_actual_tninfo[idx] != NULL) {
- dec_ref_count(load_actual_tninfo[idx]);
- }
-
- idx = TOP_Find_Operand_Use(OP_code(load_op), OU_index);
- if (idx >= 0 &&
- load_actual_tninfo[idx] != NULL) {
- dec_ref_count(load_actual_tninfo[idx]);
- }
-
return TRUE;
}
}
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel