Remove unneeded sentence.
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Aug 2011 19:33:27 +0000 (19:33 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Aug 2011 19:33:27 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137854 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/BasicBlock.h

index a031650bb30f0d3b084393cb0b212549ad76ace6..1cd8dc55ab5834c30fca3d032716163e49d61421 100644 (file)
@@ -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<BasicBlock*>(this)->getFirstInsertionPt();