diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h')
-rw-r--r-- | contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h b/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h index c4bfde666154..698ecd3d926a 100644 --- a/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h +++ b/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h @@ -257,10 +257,6 @@ public: // This could be zero if no forced alignment is required. CharUnits BlockHeaderForcedGapSize; - /// An instruction which dominates the full-expression that the - /// block is inside. - llvm::Instruction *DominatingIP; - /// The next block in the block-info chain. Invalid if this block /// info is not part of the CGF's block-info chain, which is true /// if it corresponds to a global block or a block whose expression |