diff --git a/llvm/include/llvm/IR/Type.h b/llvm/include/llvm/IR/Type.h --- a/llvm/include/llvm/IR/Type.h +++ b/llvm/include/llvm/IR/Type.h @@ -514,7 +514,6 @@ /// Return a pointer to the current type. This is equivalent to /// PointerType::get(Foo, AddrSpace). - /// TODO: Remove this after opaque pointer transition is complete. PointerType *getPointerTo(unsigned AddrSpace = 0) const; private: