[polly] r203163 - remove unused code
Sebastian Pop
spop at codeaurora.org
Thu Mar 6 12:59:18 PST 2014
Author: spop
Date: Thu Mar 6 14:59:18 2014
New Revision: 203163
URL: http://llvm.org/viewvc/llvm-project?rev=203163&view=rev
Log:
remove unused code
Modified:
polly/trunk/include/polly/TempScopInfo.h
Modified: polly/trunk/include/polly/TempScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/TempScopInfo.h?rev=203163&r1=203162&r2=203163&view=diff
==============================================================================
--- polly/trunk/include/polly/TempScopInfo.h (original)
+++ polly/trunk/include/polly/TempScopInfo.h Thu Mar 6 14:59:18 2014
@@ -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,
More information about the llvm-commits
mailing list