summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-08-29 15:30:52 +0000
committerPavel Labath <pavel@labath.sk>2019-08-29 15:30:52 +0000
commitf07b4aff06d83c6ad25d95f456fbc12b2d2a0a0c (patch)
tree1122e5c9baf0eb92dd077f616d4b316d9de167fb /llvm/lib/Transforms/Utils/SimplifyCFG.cpp
parentef82098a800178a1f973abb8af86eaa690a29734 (diff)
downloadbcm5719-llvm-f07b4aff06d83c6ad25d95f456fbc12b2d2a0a0c.tar.gz
bcm5719-llvm-f07b4aff06d83c6ad25d95f456fbc12b2d2a0a0c.zip
Fix GetDIEForDeclContext so it only returns entries matching the provided context
Currently, we return all the entries such that their decl_ctx pointer >= decl_ctx provided. Instead, we should return only the ones that decl_ctx pointer == decl_ctx provided. Differential Revision: https://reviews.llvm.org/D66357 Patch by Guilherme Andrade <guiandrade@google.com>. llvm-svn: 370374
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud