From 9cce17a23ac8e18600cef0a9946557e434545d92 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Thu, 6 Mar 2014 20:59:18 +0000 Subject: [PATCH] remove unused code llvm-svn: 203163 --- polly/include/polly/TempScopInfo.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/polly/include/polly/TempScopInfo.h b/polly/include/polly/TempScopInfo.h index 7a1d5be76a91..12d7a2800210 100644 --- a/polly/include/polly/TempScopInfo.h +++ b/polly/include/polly/TempScopInfo.h @@ -28,7 +28,6 @@ class DataLayout; using namespace llvm; namespace polly { -class MayAliasSetInfo; //===---------------------------------------------------------------------===// /// @brief A memory access described by a SCEV expression and the access type. @@ -133,9 +132,6 @@ class TempScop { // Access function of bbs. const AccFuncMapType &AccFuncMap; - // The alias information about this SCoP. - MayAliasSetInfo *MayASInfo; - friend class TempScopInfo; explicit TempScop(Region &r, LoopBoundMapType &loopBounds,