OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not short-cut code generation with gloog_error.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
graphite-clast-to-gimple.c
diff --git
a/gcc/graphite-clast-to-gimple.c
b/gcc/graphite-clast-to-gimple.c
index
3e82075
..
fd631a4
100644
(file)
--- a/
gcc/graphite-clast-to-gimple.c
+++ b/
gcc/graphite-clast-to-gimple.c
@@
-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))