]> granicus.if.org Git - clang/commit
CodeGenModule::GenerateVtable now returns a pointer directly to the vtable and not...
authorAnders Carlsson <andersca@mac.com>
Sat, 5 Dec 2009 21:28:12 +0000 (21:28 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 5 Dec 2009 21:28:12 +0000 (21:28 +0000)
commitbb27d868ac3ca429bfe0f52c5f091f849368fff8
treeb5f0e55353b412a1cb14355bd56f5bb5ab63c0e7
parente40477cd57d5297ff5e4cc5e4515744c42a96ce2
CodeGenModule::GenerateVtable now returns a pointer directly to the vtable and not to the address point.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90676 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGVtable.cpp