From: Bill Wendling Date: Wed, 17 Aug 2011 19:33:27 +0000 (+0000) Subject: Remove unneeded sentence. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c1dbf0cdb44a291647e42be9f3621886dedb5235;p=oota-llvm.git Remove unneeded sentence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137854 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();