diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-03-05 00:40:07 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-03-05 00:40:07 +0000 |
commit | 6745822fd1cf54aa68196b317cdbc139418b8aa0 (patch) | |
tree | 185ddd7a68638cf4ffd2e9a7fdafd45d98637266 | |
parent | f3761c36f247dc34fd931d7f453f2040df3a3a15 (diff) | |
download | bcm5719-llvm-6745822fd1cf54aa68196b317cdbc139418b8aa0.tar.gz bcm5719-llvm-6745822fd1cf54aa68196b317cdbc139418b8aa0.zip |
Add missing forward declaration [NFC]
llvm-svn: 231326
-rw-r--r-- | polly/include/polly/CodeGen/IslAst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/include/polly/CodeGen/IslAst.h b/polly/include/polly/CodeGen/IslAst.h index 9d09dd7507c..530e0b6c9e6 100644 --- a/polly/include/polly/CodeGen/IslAst.h +++ b/polly/include/polly/CodeGen/IslAst.h @@ -31,6 +31,7 @@ namespace llvm { class raw_ostream; } +struct isl_pw_aff; struct isl_ast_node; struct isl_ast_expr; struct isl_ast_build; |