Author: laijx
Date: 2012-08-01 01:32:01 -0400 (Wed, 01 Aug 2012)
New Revision: 3999

Modified:
   trunk/osprey/ipa/main/optimize/ipo_inline.cxx
Log:
Fix the build error caused by rev 3993.

Code Reviewed by Sun Chan.



Modified: trunk/osprey/ipa/main/optimize/ipo_inline.cxx
===================================================================
--- trunk/osprey/ipa/main/optimize/ipo_inline.cxx       2012-07-30 04:49:17 UTC 
(rev 3998)
+++ trunk/osprey/ipa/main/optimize/ipo_inline.cxx       2012-08-01 05:32:01 UTC 
(rev 3999)
@@ -4538,7 +4538,8 @@
         {
           dst1 = DST_mk_inlined_subroutine(stidx,
                                            stidx+ST_index(cp),
-                                           get_abstract_origin(Callee_dst()));
+                                           get_abstract_origin(Callee_dst()),
+                                           Callee_file_dst());
           DST_RESET_assoc_fe (DST_INFO_flag(DST_INFO_IDX_TO_PTR(dst1)));
           DST_append_child (Caller_dst(), dst1);       
         }


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to