diff gen/aa.cpp @ 136:0e28624814e8 trunk

[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
author lindquist
date Thu, 17 Jan 2008 03:15:12 +0100
parents 44a95ac7368a
children ccd07d9f2ce9
line wrap: on
line diff
--- a/gen/aa.cpp	Mon Jan 14 23:09:55 2008 +0100
+++ b/gen/aa.cpp	Thu Jan 17 03:15:12 2008 +0100
@@ -58,8 +58,8 @@
     assert(tid);
     DtoResolveDsymbol(Type::typeinfo);
     DtoForceDeclareDsymbol(tid);
-    assert(tid->llvmValue);
-    return tid->llvmValue;
+    assert(tid->irGlobal->value);
+    return tid->irGlobal->value;
 }
 
 /////////////////////////////////////////////////////////////////////////////////////