Add missing __isl_give

Contributed by: Sameer Abu Asal <sameer.abuasal@gmail.com>

llvm-svn: 172771
This commit is contained in:
Tobias Grosser 2013-01-18 00:09:42 +00:00
parent f4e43315a9
commit 18b1abb137
1 changed files with 1 additions and 1 deletions

View File

@ -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
///