From: Johannes Doerfert Date: Thu, 5 Mar 2015 00:40:07 +0000 (+0000) Subject: Add missing forward declaration [NFC] X-Git-Tag: llvmorg-3.7.0-rc1~10108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6745822fd1cf54aa68196b317cdbc139418b8aa0;p=platform%2Fupstream%2Fllvm.git Add missing forward declaration [NFC] llvm-svn: 231326 --- diff --git a/polly/include/polly/CodeGen/IslAst.h b/polly/include/polly/CodeGen/IslAst.h index 9d09dd7..530e0b6 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;