Skip to content

Commit cc0b21f

Browse files
committed
[Clang][CodeGen] Remove comment.
1 parent 670ab42 commit cc0b21f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/CodeGen/CGBuilder.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ class CGBuilderTy : public CGBuilderBaseTy {
221221
///
222222
/// This API assumes that drilling into a struct like this is always an
223223
/// inbounds and nuw operation.
224-
/// Specifically, inbounds flag will not be set if \p IsBaseConstantNull is
225-
/// true.
226224
using CGBuilderBaseTy::CreateStructGEP;
227225
Address CreateStructGEP(Address Addr, unsigned Index,
228226
const llvm::Twine &Name = "") {

0 commit comments

Comments
 (0)