Author: dcoakley
Date: 2011-05-24 20:28:57 -0400 (Tue, 24 May 2011)
New Revision: 3626

Modified:
   trunk/osprey/be/cg/cg_flags.h
Log:
Declare CG_p2align for all targets instead of just X8664/LOONGSON.

This change fixes a build error for other targets introduced in
commit r3614.

CG_p2align is already being initialized for all targets and is used
in target-independent code.

Approved by: Sun Chan


Modified: trunk/osprey/be/cg/cg_flags.h
===================================================================
--- trunk/osprey/be/cg/cg_flags.h       2011-05-24 19:04:01 UTC (rev 3625)
+++ trunk/osprey/be/cg/cg_flags.h       2011-05-25 00:28:57 UTC (rev 3626)
@@ -860,6 +860,7 @@
 extern BOOL LOCS_Reduce_Prefetch;
 extern BOOL LOCS_Reduce_Prefetch_set;
 #endif
+extern INT32 CG_p2align;
 #if defined(TARG_X8664) || defined(TARG_LOONGSON)
 extern INT32 CG_sse_load_execute;
 extern INT32 CG_load_execute;
@@ -868,7 +869,6 @@
 extern BOOL CG_use_short_form;
 extern BOOL CG_loadbw_execute;
 extern BOOL CG_Movext_ICMP;
-extern INT32 CG_p2align;
 extern BOOL CG_loop32;
 extern BOOL CG_compute_to;
 extern UINT64 CG_p2align_freq;


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to