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

Modified Files:
        milgen.brg 
Log Message:
-- 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.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- milgen.brg  7 Feb 2010 18:02:30 -0000       1.234
+++ milgen.brg  17 Mar 2010 22:27:44 -0000      1.235
@@ -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