Add the missing modifier 'static' for addZeroPaddingToSchedule, NFC

llvm-svn: 261435
This commit is contained in:
Hongbin Zheng 2016-02-20 14:45:46 +00:00
parent ecb0433599
commit 403853f20b
1 changed files with 1 additions and 1 deletions

View 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;