mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Update comment grammar and contents.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b972f33cdd
commit
d38749bec5
@ -327,7 +327,10 @@ class DwarfDebug : public AsmPrinterHandler {
|
||||
// All DIEValues are allocated through this allocator.
|
||||
BumpPtrAllocator DIEValueAllocator;
|
||||
|
||||
// Handle to the a compile unit used for the inline extension handling.
|
||||
// Handle to the compile unit used for the inline extension handling,
|
||||
// this is just so that the DIEValue allocator has a place to store
|
||||
// the particular elements.
|
||||
// FIXME: Store these off of DwarfDebug instead?
|
||||
CompileUnit *FirstCU;
|
||||
|
||||
// Maps MDNode with its corresponding CompileUnit.
|
||||
|
Loading…
Reference in New Issue
Block a user