Remove a fixed FIXME comment (the base offset has already been converted to
CharUnits). llvm-svn: 128386
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user