diff gen/tollvm.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 cea8dcfa76df
children e881c9b1c738
line wrap: on
line diff
--- a/gen/tollvm.h	Mon May 12 18:22:55 2008 +0200
+++ b/gen/tollvm.h	Mon May 12 18:44:11 2008 +0200
@@ -123,6 +123,7 @@
 
 // llvm::T::get(...) wrappers
 const llvm::PointerType* getPtrToType(const llvm::Type* t);
+const llvm::PointerType* getVoidPtrType();
 llvm::ConstantPointerNull* getNullPtr(const llvm::Type* t);
 
 // type sizes