From 403853f20b6e93797c6ccc78a21e8026e7613584 Mon Sep 17 00:00:00 2001 From: Hongbin Zheng Date: Sat, 20 Feb 2016 14:45:46 +0000 Subject: [PATCH] Add the missing modifier 'static' for addZeroPaddingToSchedule, NFC llvm-svn: 261435 --- polly/lib/Analysis/DependenceInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/lib/Analysis/DependenceInfo.cpp b/polly/lib/Analysis/DependenceInfo.cpp index c2da26e..ee16985 100644 --- a/polly/lib/Analysis/DependenceInfo.cpp +++ b/polly/lib/Analysis/DependenceInfo.cpp @@ -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; -- 2.7.4