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:
f4e4331
)
Add missing __isl_give
author
Tobias Grosser
<grosser@fim.uni-passau.de>
Fri, 18 Jan 2013 00:09:42 +0000
(
00:09
+0000)
committer
Tobias Grosser
<grosser@fim.uni-passau.de>
Fri, 18 Jan 2013 00:09:42 +0000
(
00:09
+0000)
Contributed by: Sameer Abu Asal <sameer.abuasal@gmail.com>
llvm-svn: 172771
polly/include/polly/ScopInfo.h
patch
|
blob
|
history
diff --git
a/polly/include/polly/ScopInfo.h
b/polly/include/polly/ScopInfo.h
index
00aefcc
..
15c3261
100755
(executable)
--- a/
polly/include/polly/ScopInfo.h
+++ b/
polly/include/polly/ScopInfo.h
@@
-314,7
+314,7
@@
public:
/// @brief Get the space of the iteration domain
///
/// @return The space of the iteration domain
- isl_space *getDomainSpace() const;
+
__isl_give
isl_space *getDomainSpace() const;
/// @brief Get the id of the iteration domain space
///