Add the missing modifier 'static' for addZeroPaddingToSchedule, NFC
authorHongbin Zheng <etherzhhb@gmail.com>
Sat, 20 Feb 2016 14:45:46 +0000 (14:45 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Sat, 20 Feb 2016 14:45:46 +0000 (14:45 +0000)
llvm-svn: 261435

polly/lib/Analysis/DependenceInfo.cpp

index c2da26e..ee16985 100644 (file)
@@ -233,7 +233,7 @@ static isl_stat getMaxScheduleDim(__isl_take isl_map *Map, void *User) {
   return isl_stat_ok;
 }
 
-__isl_give isl_union_map *
+static __isl_give isl_union_map *
 addZeroPaddingToSchedule(__isl_take isl_union_map *Schedule) {
   unsigned int MaxScheduleDim = 0;