diff options
Diffstat (limited to 'llvm/include')
| -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(); |

