diff ir/irmodule.h @ 252:e3355ce5444b trunk

[svn r269] Fixed dwarf debug info for structs.
author lindquist
date Thu, 12 Jun 2008 16:58:26 +0200
parents 0ab29b838084
children eef8ac26c66c
line wrap: on
line diff
--- a/ir/irmodule.h	Wed Jun 11 21:03:55 2008 +0200
+++ b/ir/irmodule.h	Thu Jun 12 16:58:26 2008 +0200
@@ -12,7 +12,7 @@
 
     Module* M;
 
-    llvm::GlobalVariable* dwarfCompileUnit;
+    LLGlobalVariable* dwarfCompileUnit;
 };
 
 #endif