From 4de4123fb15c2ac77e1de671f0d70dd2070e272c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 13 Nov 2005 03:26:12 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/DerivedTypes.h') diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index 179f44fbc0..e4b9136802 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -31,7 +31,7 @@ class StructValType; class PointerValType; class PackedValType; -class DerivedType : public Type, public AbstractTypeUser { +class DerivedType : public Type { friend class Type; protected: -- cgit v1.2.3