diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-09-10 15:25:24 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-09-10 15:25:24 +0000 |
commit | d868b5d50925c7c24f4219b2fc2a9cdd1d9cd4bf (patch) | |
tree | 8f804fb8e40e077834455cb94ab2078d29a8ba3a /polly/lib/CodeGen/CodeGeneration.cpp | |
parent | 59661459f16dd40df2b5345fbce787a54c04add8 (diff) | |
download | bcm5719-llvm-d868b5d50925c7c24f4219b2fc2a9cdd1d9cd4bf.tar.gz bcm5719-llvm-d868b5d50925c7c24f4219b2fc2a9cdd1d9cd4bf.zip |
Merge TempScopInfo into ScopInfo
The TempScopInfo (-polly-analyze-ir) pass is removed and its work taken
over by ScopInfo (-polly-scops). Several tests depend on
-polly-analyze-ir and use -polly-scops instead which for the moment
prints the output of both passes. This again is not expected by some
other tests, especially those with negative searches, which have been
adapted.
Differential Version: http://reviews.llvm.org/D12694
llvm-svn: 247288
Diffstat (limited to 'polly/lib/CodeGen/CodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/CodeGeneration.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index 17e23b78296..c6fe4c4d116 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp @@ -186,7 +186,6 @@ public: // FIXME: We do not yet add regions for the newly generated code to the // region tree. AU.addPreserved<RegionInfoPass>(); - AU.addPreserved<TempScopInfo>(); AU.addPreserved<ScopInfo>(); AU.addPreservedID(IndependentBlocksID); } |