diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-03-30 12:22:39 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-03-30 12:22:39 +0000 |
| commit | 6e6c7e014aad9e3ad60aa26c6550bca2858def2e (patch) | |
| tree | c9b9822aeedc9ddd6051ff3cc6c99ffc476885c9 | |
| parent | 4f663aae09368b5d785a2c1c03837811176726b9 (diff) | |
| download | bcm5719-llvm-6e6c7e014aad9e3ad60aa26c6550bca2858def2e.tar.gz bcm5719-llvm-6e6c7e014aad9e3ad60aa26c6550bca2858def2e.zip | |
Add forgotten underscore
llvm-svn: 233534
| -rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index a8c74917b7f..d7b67d8be0b 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -1193,7 +1193,7 @@ isl_ctx *ScopStmt::getIslCtx() const { return Parent.getIslCtx(); } __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); } |

