]> gcc.gnu.org Git - gcc.git/commitdiff
Do not short-cut code generation with gloog_error.
authorTobias Grosser <grosser@fim.uni-passau.de>
Mon, 8 Mar 2010 17:49:28 +0000 (17:49 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 8 Mar 2010 17:49:28 +0000 (17:49 +0000)
2010-03-04  Tobias Grosser  <grosser@fim.uni-passau.de>

* graphite-clast-to-gimple.c (translate_clast): Do not short-cut
code generation with gloog_error.

From-SVN: r157285

gcc/ChangeLog.graphite
gcc/graphite-clast-to-gimple.c

index 25e0c517f446f3df022e3b2eb81bf3ec91a66a79..ff6533a16d4bb8b37e1362fc4f2205decb6cc163 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-04  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
+       code generation with gloog_error.
+
 2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>
 
        * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
index 3e82075f2bcbc25a53c93fd36dbb2aad8520cf7b..fd631a4847e1379c173d0e6ab8c87e506ec1bb33 100644 (file)
@@ -952,7 +952,7 @@ translate_clast (sese region, loop_p context_loop, struct clast_stmt *stmt,
                 htab_t newivs_index, htab_t bb_pbb_mapping, int level,
                 htab_t params_index)
 {
-  if (!stmt || gloog_error)
+  if (!stmt)
     return next_e;
 
   if (CLAST_STMT_IS_A (stmt, stmt_root))
This page took 0.067145 seconds and 5 git commands to generate.