commit | 6e6c7e014aad9e3ad60aa26c6550bca2858def2e | [log] [tgz] |
---|---|---|
author | Tobias Grosser <tobias@grosser.es> | Mon Mar 30 12:22:39 2015 +0000 |
committer | Tobias Grosser <tobias@grosser.es> | Mon Mar 30 12:22:39 2015 +0000 |
tree | c9b9822aeedc9ddd6051ff3cc6c99ffc476885c9 | |
parent | 4f663aae09368b5d785a2c1c03837811176726b9 [diff] [blame] |
Add forgotten underscore llvm-svn: 233534
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index a8c7491..d7b67d8 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp
@@ -1193,7 +1193,7 @@ __isl_give isl_set *ScopStmt::getDomain() const { return isl_set_copy(Domain); } -_isl_give isl_space *ScopStmt::getDomainSpace() const { +__isl_give isl_space *ScopStmt::getDomainSpace() const { return isl_set_get_space(Domain); }