diff options
-rw-r--r-- | polly/include/polly/ScopInfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index aa49c719c87..24fc0662777 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -534,9 +534,6 @@ private: /// instruction defining the value. AssertingVH<Value> BaseAddr; - /// An unique name of the accessed array. - std::string BaseName; - /// Type a single array element wrt. this access. Type *ElementType; @@ -859,8 +856,6 @@ public: /// Return a string representation of the reduction type @p RT. static const std::string getReductionOperatorStr(ReductionType RT); - const std::string &getBaseName() const { return BaseName; } - /// Return the element type of the accessed array wrt. this access. Type *getElementType() const { return ElementType; } |