forked from OSchip/llvm-project
Remove a fixed FIXME comment (the base offset has already been converted to
CharUnits). llvm-svn: 128386
This commit is contained in:
parent
f4be03ae04
commit
5f3601d35a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue