Add missing __isl_give
authorTobias Grosser <grosser@fim.uni-passau.de>
Fri, 18 Jan 2013 00:09:42 +0000 (00:09 +0000)
committerTobias 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

index 00aefcc..15c3261 100755 (executable)
@@ -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
   ///