]> granicus.if.org Git - clang/commit
Fix a bug where we would sometimes incorrectly mark an vtable function as unused.
authorAnders Carlsson <andersca@mac.com>
Sat, 17 Apr 2010 17:24:33 +0000 (17:24 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 17 Apr 2010 17:24:33 +0000 (17:24 +0000)
commitfbf05613db16a521ce124391388891c488c47a0c
tree3ada79cd53c7f4a871cb33095c5f13ebeb22949e
parentf6cde77d7bc34bbee26b086ff192637af8e9da59
Fix a bug where we would sometimes incorrectly mark an vtable function as unused.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVTables.cpp
test/CodeGenCXX/vtable-layout.cpp