From: David Blaikie Date: Thu, 13 Mar 2014 17:58:09 +0000 (+0000) Subject: Remove stale comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=04de40696b8542c110cf68820e834db0dc283508;p=oota-llvm.git Remove stale comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203823 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp index f7e30f5b067..7f211255c6f 100644 --- a/lib/MC/MCContext.cpp +++ b/lib/MC/MCContext.cpp @@ -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& MCDwarfFiles = Table.getMCDwarfFiles(); SmallVectorImpl& MCDwarfDirs = Table.getMCDwarfDirs();