aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.cpp
diff options
context:
space:
mode:
authorKen Dyck <kd@kendyck.com>2011-03-27 19:19:52 +0000
committerKen Dyck <kd@kendyck.com>2011-03-27 19:19:52 +0000
commit9198e399121274481e7383669633bb955e06045c (patch)
tree218654b8763a9560f1ad1d0ae58979e0b01be5a0 /lib/CodeGen/CGVTables.cpp
parent3a726802cd05b2161ec5d9f2903749fa27093576 (diff)
Remove a fixed FIXME comment (the base offset has already been converted to
CharUnits). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVTables.cpp')
-rw-r--r--lib/CodeGen/CGVTables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVTables.cpp b/lib/CodeGen/CGVTables.cpp
index 8586676ad2..d0b868328b 100644
--- a/lib/CodeGen/CGVTables.cpp
+++ b/lib/CodeGen/CGVTables.cpp
@@ -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";