projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb0433
)
Add the missing modifier 'static' for addZeroPaddingToSchedule, NFC
author
Hongbin Zheng
<etherzhhb@gmail.com>
Sat, 20 Feb 2016 14:45:46 +0000
(14:45 +0000)
committer
Hongbin Zheng
<etherzhhb@gmail.com>
Sat, 20 Feb 2016 14:45:46 +0000
(14:45 +0000)
llvm-svn: 261435
polly/lib/Analysis/DependenceInfo.cpp
patch
|
blob
|
history
diff --git
a/polly/lib/Analysis/DependenceInfo.cpp
b/polly/lib/Analysis/DependenceInfo.cpp
index
c2da26e
..
ee16985
100644
(file)
--- 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;