Remove unneeded sentence.

llvm-svn: 137854
This commit is contained in:
Bill Wendling 2011-08-17 19:33:27 +00:00
parent ad3cfe7933
commit 62a03c4817
1 changed files with 1 additions and 2 deletions

View 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();