[PATCH] D73886: [DebugInfo] Refine the condition to detect CIEs.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 09:47:27 PST 2020
aprantl added inline comments.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp:386
+ (IsDWARF64 && Id == DW64_CIE_ID))) ||
+ (IsEH && !Id);
----------------
Is there any way to break this up into subexpressions and helper variables that would make this condition more easy to follow?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73886/new/
https://reviews.llvm.org/D73886
More information about the llvm-commits
mailing list