Author: zhangliwei830114
Date: 2012-07-13 03:26:24 -0400 (Fri, 13 Jul 2012)
New Revision: 3974
Modified:
trunk/osprey/be/cg/orc_intel/sched_heur.cxx
trunk/osprey/be/cg/sched/sched_heur.cxx
Log:
Fix the sytax error: switch statement missing 'case'.
Approved by Sun Chan.
Modified: trunk/osprey/be/cg/orc_intel/sched_heur.cxx
===================================================================
--- trunk/osprey/be/cg/orc_intel/sched_heur.cxx 2012-07-13 07:23:05 UTC (rev
3973)
+++ trunk/osprey/be/cg/orc_intel/sched_heur.cxx 2012-07-13 07:26:24 UTC (rev
3974)
@@ -512,8 +512,10 @@
ARC * arc = ARC_LIST_first (list) ;
switch (ARC_kind (arc)) {
- CG_DEP_PRECHK :
- CG_DEP_PREBR :
+#ifdef TARG_IA64
+ case CG_DEP_PRECHK :
+#endif
+ case CG_DEP_PREBR :
break ;
default :
++ fanout ;
Modified: trunk/osprey/be/cg/sched/sched_heur.cxx
===================================================================
--- trunk/osprey/be/cg/sched/sched_heur.cxx 2012-07-13 07:23:05 UTC (rev
3973)
+++ trunk/osprey/be/cg/sched/sched_heur.cxx 2012-07-13 07:26:24 UTC (rev
3974)
@@ -507,8 +507,10 @@
ARC * arc = ARC_LIST_first (list) ;
switch (ARC_kind (arc)) {
- CG_DEP_PRECHK :
- CG_DEP_PREBR :
+#ifdef TARG_IA64
+ case CG_DEP_PRECHK :
+#endif
+ case CG_DEP_PREBR :
break ;
default :
++ fanout ;
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel