[PATCH] D24180: Emit 'no line' information for interesting 'orphan' instructions
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 16:54:13 PDT 2016
rnk added a comment.
I'm fine leaving CV alone for now until we learn more.
================
Comment at: lib/CodeGen/AsmPrinter/DebugHandlerBase.h:46
MCSymbol *PrevLabel = nullptr;
+ const MachineBasicBlock *PrevInstBB;
----------------
If you initialize this here to nullptr, you don't have to change the constructor.
https://reviews.llvm.org/D24180
More information about the llvm-commits
mailing list