diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-08-17 19:33:27 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-08-17 19:33:27 +0000 |
| commit | 62a03c4817df957030b855a610a1f601f6c91548 (patch) | |
| tree | 2b313cb8f031007e38e1b2e53ebb90e1c51fe5df /llvm | |
| parent | ad3cfe7933513804a826cfdc6f13aa242c6f6a31 (diff) | |
| download | bcm5719-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.h | 3 |
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(); |

