We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670ab42 commit cc0b21fCopy full SHA for cc0b21f
clang/lib/CodeGen/CGBuilder.h
@@ -221,8 +221,6 @@ class CGBuilderTy : public CGBuilderBaseTy {
221
///
222
/// This API assumes that drilling into a struct like this is always an
223
/// inbounds and nuw operation.
224
- /// Specifically, inbounds flag will not be set if \p IsBaseConstantNull is
225
- /// true.
226
using CGBuilderBaseTy::CreateStructGEP;
227
Address CreateStructGEP(Address Addr, unsigned Index,
228
const llvm::Twine &Name = "") {
0 commit comments