[polly] r248937 - Drop unneeded includes

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 14:12:10 PDT 2015


I am unsure why it compiles for you and the bots but it does not for me:

In file included from .../polly/llvm/tools/polly/include/polly/CodeGen/BlockGenerators.h:20:0,
                 from .../polly/llvm/tools/polly/include/polly/CodeGen/IslNodeBuilder.h:16,
                 from .../polly/llvm/tools/polly/lib/CodeGen/IslNodeBuilder.cpp:15:
.../polly/llvm/tools/polly/include/polly/Support/ScopHelper.h:143:28: error: ‘llvm::AliasAnalysis’ has not been declared
                      llvm::AliasAnalysis &AA, llvm::LoopInfo &LI

I will reintroduce the AliasAnalysis.h file again as I might not be the
only one that cannot compile it otherwise.

On 09/30, Tobias Grosser via llvm-commits wrote:
> Author: grosser
> Date: Wed Sep 30 15:20:42 2015
> New Revision: 248937
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=248937&view=rev
> Log:
> Drop unneeded includes
> 
> Modified:
>     polly/trunk/include/polly/Support/ScopHelper.h
> 
> Modified: polly/trunk/include/polly/Support/ScopHelper.h
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Support/ScopHelper.h?rev=248937&r1=248936&r2=248937&view=diff
> ==============================================================================
> --- polly/trunk/include/polly/Support/ScopHelper.h (original)
> +++ polly/trunk/include/polly/Support/ScopHelper.h Wed Sep 30 15:20:42 2015
> @@ -15,9 +15,6 @@
>  #define POLLY_SUPPORT_IRHELPER_H
>  
>  #include "llvm/ADT/DenseMap.h"
> -#include "llvm/ADT/SmallPtrSet.h"
> -#include "llvm/ADT/SmallVector.h"
> -#include "llvm/Analysis/AliasAnalysis.h"
>  
>  namespace llvm {
>  class Type;
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits

-- 

Johannes Doerfert
Researcher / PhD Student

Compiler Design Lab (Prof. Hack)
Saarland University, Computer Science
Building E1.3, Room 4.31

Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
Fax. +49 (0)681 302-3065  : http://www.cdl.uni-saarland.de/people/doerfert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150930/b71f7a10/attachment.sig>


More information about the llvm-commits mailing list