summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-07-09 04:15:12 +0000
committerYonghong Song <yhs@fb.com>2019-07-09 04:15:12 +0000
commite085b40e9c4e5e4ebfbd0f98da17b77dec908bf7 (patch)
tree5fcb240fcf9832c300a30f323da9a7a8defffb24 /clang/lib/CodeGen/CodeGenFunction.h
parentf21eeafcd9cd2dbb16d763e813ff21b215b5109b (diff)
downloadbcm5719-llvm-e085b40e9c4e5e4ebfbd0f98da17b77dec908bf7.tar.gz
bcm5719-llvm-e085b40e9c4e5e4ebfbd0f98da17b77dec908bf7.zip
Revert "[BPF] Preserve debuginfo array/union/struct type/access index"
This reverts commit r365435. Forgot adding the Differential Revision link. Will add to the commit message and resubmit. llvm-svn: 365436
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 9f7af8db3fe..b039d7da1f0 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -480,10 +480,6 @@ public:
/// finally block or filter expression.
bool IsOutlinedSEHHelper = false;
- /// True if CodeGen currently emits code inside presereved access index
- /// region.
- bool IsInPreservedAIRegion = false;
-
const CodeGen::CGBlockInfo *BlockInfo = nullptr;
llvm::Value *BlockPointer = nullptr;
OpenPOWER on IntegriCloud