diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-08-02 19:27:25 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-08-02 19:27:25 +0000 |
commit | 7b45af13ce24b37725ee5e0cdd0c4e27f378fb35 (patch) | |
tree | b62af9ba6e5a50401c838db913e70a4187680b68 /polly/lib/Transform/Simplify.cpp | |
parent | 6d58804cc21909258e02b3d107a9855aab677917 (diff) | |
download | bcm5719-llvm-7b45af13ce24b37725ee5e0cdd0c4e27f378fb35.tar.gz bcm5719-llvm-7b45af13ce24b37725ee5e0cdd0c4e27f378fb35.zip |
Move setNewAccessRelation to isl++
llvm-svn: 309871
Diffstat (limited to 'polly/lib/Transform/Simplify.cpp')
-rw-r--r-- | polly/lib/Transform/Simplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/Simplify.cpp b/polly/lib/Transform/Simplify.cpp index 5145ff0dd2a..6f2b0488c11 100644 --- a/polly/lib/Transform/Simplify.cpp +++ b/polly/lib/Transform/Simplify.cpp @@ -345,7 +345,7 @@ private: // Carry out the coalescing. Stmt.removeSingleMemoryAccess(MA); - OtherMA->setNewAccessRelation(NewAccRel.copy()); + OtherMA->setNewAccessRelation(NewAccRel); // We removed MA, OtherMA takes its role. MA = OtherMA; |