diff options
-rw-r--r-- | include/llvm/ADT/TinyPtrVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/TinyPtrVector.h b/include/llvm/ADT/TinyPtrVector.h index 362f296..5be9370 100644 --- a/include/llvm/ADT/TinyPtrVector.h +++ b/include/llvm/ADT/TinyPtrVector.h @@ -63,7 +63,7 @@ public: return Val.template get<VecTy*>()->size(); } - typedef const EltTy *const const_iterator; + typedef const EltTy *const_iterator; typedef EltTy *iterator; iterator begin() { |