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

Modified Files:
      Tag: M5XQ
        milgen.brg 
Log Message:
propagated changes of Thursday Mar 18 2010
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/03/18 - sjoerd: compiler/mil/milgen.brg,1.229.2.6
  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.215.2.19
retrieving revision 1.215.2.20
diff -u -d -r1.215.2.19 -r1.215.2.20
--- milgen.brg  7 Feb 2010 18:21:47 -0000       1.215.2.19
+++ milgen.brg  18 Mar 2010 11:46:04 -0000      1.215.2.20
@@ -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