]> granicus.if.org Git - clang/commitdiff
Remove a fixed FIXME comment (the base offset has already been converted to
authorKen Dyck <kd@kendyck.com>
Sun, 27 Mar 2011 19:19:52 +0000 (19:19 +0000)
committerKen Dyck <kd@kendyck.com>
Sun, 27 Mar 2011 19:19:52 +0000 (19:19 +0000)
CharUnits).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128386 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGVTables.cpp

index 8586676ad2cc1f96bba0fb8e07e4a74183a33443..d0b868328b47a989b89bba6f6e9f166aff9f1988 100644 (file)
@@ -2130,7 +2130,6 @@ void VTableBuilder::dumpLayout(llvm::raw_ostream& Out) {
         const BaseSubobject &Base = 
           AddressPointsByIndex.find(NextIndex)->second;
         
-        // FIXME: Instead of dividing by 8, we should be using CharUnits.
         Out << "       -- (" << Base.getBase()->getQualifiedNameAsString();
         Out << ", " << Base.getBaseOffset().getQuantity();
         Out << ") vtable address --\n";