Shrink derived types by 8 bytes each by not having to have 2 vtables pointers
authorChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 03:26:12 +0000 (03:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 03:26:12 +0000 (03:26 +0000)
commit4de4123fb15c2ac77e1de671f0d70dd2070e272c
tree609369991fd313706247f6aaaeb6a671c97c08b1
parentcfe822728fe2ce1d53a07018f160f010fd133aad
Shrink derived types by 8 bytes each by not having to have 2 vtables pointers
and other MI overhead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24344 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DerivedTypes.h
include/llvm/Type.h