diff gen/structs.h @ 244:a95056b3c996 trunk

[svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. Did a lot of smaller cleans up here and there. Replaced more llvm::Foo with LLFoo for common stuff. Split up tollvm.cpp.
author lindquist
date Mon, 09 Jun 2008 09:37:08 +0200
parents 0806379a5eca
children e20ce6d8d374
line wrap: on
line diff
--- a/gen/structs.h	Mon Jun 09 03:02:14 2008 +0200
+++ b/gen/structs.h	Mon Jun 09 09:37:08 2008 +0200
@@ -3,11 +3,6 @@
 
 struct StructInitializer;
 
-const LLType* DtoStructType(Type* t);
-
-LLValue* DtoStructZeroInit(LLValue* v);
-LLValue* DtoStructCopy(LLValue* dst, LLValue* src);
-
 LLConstant* DtoConstStructInitializer(StructInitializer* si);
 
 /**