1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Update comment grammar and contents.

llvm-svn: 196323
This commit is contained in:
Eric Christopher 2013-12-03 22:05:55 +00:00
parent 5a7ad862c1
commit 907181fbbb

View File

@ -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.