[llvm-commits] [polly] r172771 - /polly/trunk/include/polly/ScopInfo.h

Tobias Grosser grosser at fim.uni-passau.de
Thu Jan 17 16:09:42 PST 2013


Author: grosser
Date: Thu Jan 17 18:09:42 2013
New Revision: 172771

URL: http://llvm.org/viewvc/llvm-project?rev=172771&view=rev
Log:
Add missing __isl_give

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

Modified:
    polly/trunk/include/polly/ScopInfo.h

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=172771&r1=172770&r2=172771&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Thu Jan 17 18:09:42 2013
@@ -314,7 +314,7 @@
   /// @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
   ///





More information about the llvm-commits mailing list