commit | 1ffd79bb8414904b9c78732e706fe9b5359e047c | [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 | 862d2be0db21a98958a0c33d98d6ef73409d74dc | |
parent | e02fc0ac5b24b08a32267966ca50c2f39ee52739 [diff] |
Fix tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98242 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp index b500f4d..88dd020 100644 --- a/lib/CodeGen/CGVtable.cpp +++ b/lib/CodeGen/CGVtable.cpp
@@ -3435,7 +3435,7 @@ } VtableBuilder Builder(*this, RD, Offset, - /*MostDerivedClassIsVirtual=*/false, + /*MostDerivedClassIsVirtual=*/IsVirtual, LayoutClass); if (CGM.getLangOptions().DumpVtableLayouts)