mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Remove stale comment
llvm-svn: 203823
This commit is contained in:
parent
7cff204c6a
commit
e4eca68c2d
@ -330,10 +330,6 @@ const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
|
||||
/// allocated file number is returned. The file numbers may be in any order.
|
||||
unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
|
||||
unsigned FileNumber, unsigned CUID) {
|
||||
// TODO: a FileNumber of zero says to use the next available file number.
|
||||
// Note: in GenericAsmParser::ParseDirectiveFile() FileNumber was checked
|
||||
// to not be less than one. This needs to be change to be not less than zero.
|
||||
|
||||
MCDwarfFileTable &Table = MCDwarfFileTablesCUMap[CUID];
|
||||
SmallVectorImpl<MCDwarfFile *>& MCDwarfFiles = Table.getMCDwarfFiles();
|
||||
SmallVectorImpl<StringRef>& MCDwarfDirs = Table.getMCDwarfDirs();
|
||||
|
Loading…
Reference in New Issue
Block a user