aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-10-13 17:23:44 +0000
committerMike Stump <mrs@apple.com>2009-10-13 17:23:44 +0000
commite647d93be5a70e737d4fcf3913a0e07d5a57cade (patch)
tree289bbd4a3f2f8b9a8ea845a5d95cc43258edd0cf /lib/CodeGen/CGVtable.cpp
parent096ebfda90b35a5cd6e399920fca7d9b5b0859f3 (diff)
Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r--lib/CodeGen/CGVtable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp
index 2613300459..82ba93e654 100644
--- a/lib/CodeGen/CGVtable.cpp
+++ b/lib/CodeGen/CGVtable.cpp
@@ -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;