summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-17 19:33:27 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-17 19:33:27 +0000
commit62a03c4817df957030b855a610a1f601f6c91548 (patch)
tree2b313cb8f031007e38e1b2e53ebb90e1c51fe5df /llvm
parentad3cfe7933513804a826cfdc6f13aa242c6f6a31 (diff)
downloadbcm5719-llvm-62a03c4817df957030b855a610a1f601f6c91548.tar.gz
bcm5719-llvm-62a03c4817df957030b855a610a1f601f6c91548.zip
Remove unneeded sentence.
llvm-svn: 137854
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/BasicBlock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/BasicBlock.h b/llvm/include/llvm/BasicBlock.h
index a031650bb30..1cd8dc55ab5 100644
--- a/llvm/include/llvm/BasicBlock.h
+++ b/llvm/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<BasicBlock*>(this)->getFirstInsertionPt();
OpenPOWER on IntegriCloud