From c1dbf0cdb44a291647e42be9f3621886dedb5235 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 17 Aug 2011 19:33:27 +0000 Subject: [PATCH] Remove unneeded sentence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137854 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/BasicBlock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index a031650bb30..1cd8dc55ab5 100644 --- a/include/llvm/BasicBlock.h +++ b/include/llvm/BasicBlock.h @@ -147,8 +147,7 @@ public: /// getFirstInsertionPt - Returns an iterator to the first instruction in this /// block that is suitable for inserting a non-PHI instruction. In particular, - /// it skips all PHIs and LandingPad instructions. Returns 0 if there are no - /// non-PHI instructions. + /// it skips all PHIs and LandingPad instructions. iterator getFirstInsertionPt(); const_iterator getFirstInsertionPt() const { return const_cast(this)->getFirstInsertionPt(); -- 2.34.1