[PATCH] D96554: Store the LocationKind of an entry value buffer independently from the main LocationKind (NFC)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 09:22:40 PST 2021


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp:403
+  LocationKind = SavedLocationKind;
+  IsEmittingEntryValue = true;
   IsEmittingEntryValue = false;
----------------
vsk wrote:
> No need to set IsEmittingEntryValue here?
That's a funny copy&paste error!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96554/new/

https://reviews.llvm.org/D96554



More information about the llvm-commits mailing list