diff options
| author | Mike Stump <mrs@apple.com> | 2009-10-13 17:23:44 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-10-13 17:23:44 +0000 |
| commit | ad47e7ea816b0454a7e693f10f7b3a863349611e (patch) | |
| tree | 94da4d658f0e6fd52dfc24cb1d3210bdb7023d39 | |
| parent | 62e10f0bdcaa28194f8a48892471a2fdf014528a (diff) | |
| download | bcm5719-llvm-ad47e7ea816b0454a7e693f10f7b3a863349611e.tar.gz bcm5719-llvm-ad47e7ea816b0454a7e693f10f7b3a863349611e.zip | |
Remove FIXME. We construct VBIndex very early, before any calls to OverrideMethod.
llvm-svn: 83981
| -rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index 26133004590..82ba93e6544 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/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; |

