[polly] r295987 - [DependenceInfo] Remove unused variable. NFC.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 07:41:02 PST 2017


Author: meinersbur
Date: Thu Feb 23 09:41:01 2017
New Revision: 295987

URL: http://llvm.org/viewvc/llvm-project?rev=295987&view=rev
Log:
[DependenceInfo] Remove unused variable. NFC.

Modified:
    polly/trunk/lib/Analysis/DependenceInfo.cpp

Modified: polly/trunk/lib/Analysis/DependenceInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/DependenceInfo.cpp?rev=295987&r1=295986&r2=295987&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/DependenceInfo.cpp (original)
+++ polly/trunk/lib/Analysis/DependenceInfo.cpp Thu Feb 23 09:41:01 2017
@@ -327,7 +327,6 @@ void Dependences::calculateDependences(S
       Schedule = isl_schedule_pullback_union_pw_multi_aff(Schedule, Tags);
     }
   } else {
-    isl_union_set *IdentityDom;
     isl_union_map *IdentityMap;
     isl_union_pw_multi_aff *ReductionTags, *IdentityTags, *Tags;
 




More information about the llvm-commits mailing list