diff ir/irtype.h @ 193:aca17e55b7a5 trunk

[svn r209] Fixed: exotic array to pointer casts were broken. Changed: classes now have opaque vtables.
author lindquist
date Mon, 12 May 2008 18:44:11 +0200
parents db9890b3fb64
children 8ee2c46ff938
line wrap: on
line diff
--- a/ir/irtype.h	Mon May 12 18:22:55 2008 +0200
+++ b/ir/irtype.h	Mon May 12 18:44:11 2008 +0200
@@ -21,7 +21,9 @@
     void reset();
 
     llvm::PATypeHolder* type;
+#if !OPAQUE_VTBLS
     llvm::PATypeHolder* vtblType;
+#endif
 };
 
 #endif