]> granicus.if.org Git - clang/commitdiff
Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod.
authorMike Stump <mrs@apple.com>
Tue, 13 Oct 2009 17:23:44 +0000 (17:23 +0000)
committerMike Stump <mrs@apple.com>
Tue, 13 Oct 2009 17:23:44 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83981 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGVtable.cpp

index 26133004590b6d88ddad0a3b9d91fb18d5ded80b..82ba93e6544b9f5c482614463689e5875234ae50 100644 (file)
@@ -121,7 +121,6 @@ public:
     i = VBIndex.find(B);
     if (i != VBIndex.end())
       return i->second;
-    // FIXME: temporal botch, is this data here, by the time we need it?
 
     assert(false && "FIXME: Locate the containing virtual base first");
     return 0;