Remove a fixed FIXME comment (the base offset has already been converted to

CharUnits).

llvm-svn: 128386
This commit is contained in:
Ken Dyck 2011-03-27 19:19:52 +00:00
parent f4be03ae04
commit 5f3601d35a
1 changed files with 0 additions and 1 deletions

View 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";