Dependences: Coalesce the dependences before returning them.

llvm-svn: 149261
This commit is contained in:
Tobias Grosser 2012-01-30 19:38:36 +00:00
parent 0a94b6614a
commit bc3bc42491
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ isl_union_map *Dependences::getDependences(int type) {
dependences = isl_union_map_union(dependences,
isl_union_map_copy(waw_dep));
return dependences;
return isl_union_map_coalesce(dependences);
}
void Dependences::getAnalysisUsage(AnalysisUsage &AU) const {