diff ir/irstruct.h @ 199:ba47ac346ddd trunk

[svn r215] fix for empty class vtbl
author ChristianK
date Mon, 12 May 2008 21:08:33 +0200
parents aca17e55b7a5
children a95056b3c996
line wrap: on
line diff
--- a/ir/irstruct.h	Mon May 12 20:28:44 2008 +0200
+++ b/ir/irstruct.h	Mon May 12 21:08:33 2008 +0200
@@ -77,7 +77,7 @@
 
     llvm::GlobalVariable* vtbl;
 #if OPAQUE_VTBLS
-    llvm::ConstantArray* constVtbl;
+    llvm::Constant* constVtbl;
 #else
     llvm::ConstantStruct* constVtbl;
 #endif