commit | 9f28dbc53ac9829d2cc6ccc731717ab5b415cbc2 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Thu Mar 11 06:10:52 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Thu Mar 11 06:10:52 2010 +0000 |
tree | 0530639b2bc548b0b57c93be475b5c95a67c0856 | |
parent | 5c5228a8f668d62c343e2c215f4232857f481468 [diff] [blame] |
Fix tests. llvm-svn: 98242
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index b500f4d..88dd020 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/lib/CodeGen/CGVtable.cpp
@@ -3435,7 +3435,7 @@ } VtableBuilder Builder(*this, RD, Offset, - /*MostDerivedClassIsVirtual=*/false, + /*MostDerivedClassIsVirtual=*/IsVirtual, LayoutClass); if (CGM.getLangOptions().DumpVtableLayouts)