remove unused code

llvm-svn: 203163
This commit is contained in:
Sebastian Pop 2014-03-06 20:59:18 +00:00
parent 4147978cc5
commit 9cce17a23a
1 changed files with 0 additions and 4 deletions

View File

@ -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,