Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19700/compiler/mil

Modified Files:
      Tag: XQFT
        milgen.brg 
Log Message:
propagated changes of Wednesday Mar 17 2010 - Thursday Mar 18 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/03/17 - tsheyar: compiler/mil/milgen.brg,1.235
  -- Make MIL code generation less strict with respect to empty tables.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.229.2.5
retrieving revision 1.229.2.6
diff -u -d -r1.229.2.5 -r1.229.2.6
--- milgen.brg  7 Feb 2010 18:15:07 -0000       1.229.2.5
+++ milgen.brg  18 Mar 2010 11:29:27 -0000      1.229.2.6
@@ -4180,6 +4180,10 @@
 #endif
         } break; /* fold) */
 
+        /* Rel:     empty_tbl */
+        case 9:
+            PFlog ("empty sequence should never occur in MIL generation."
+                   " (optimizations disabled?)");
         /* Rel:      lit_tbl */
         case 8: /* fold( */
             /* iterate over table columns */
@@ -4211,13 +4215,6 @@
                     }
             break; /* fold) */
 
-        /* Rel:     empty_tbl */
-        case 9: /* fold( */
-            PFoops (OOPS_FATAL,
-                    "empty sequence should never occur in MIL generation."
-                    " (optimizations disabled?)");
-            break; /* fold) */
-
         /* Rel:      attach (Rel) */
         case 10: /* fold( */
             /* copy all the existing variables */


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to