diff gen/aa.cpp @ 173:db9890b3fb64 trunk

[svn r189] moving IR data back into DMD frontend nodes
author ChristianK
date Tue, 06 May 2008 07:56:03 +0200
parents 08cfde5f70d3
children 7816aafeea3c
line wrap: on
line diff
--- a/gen/aa.cpp	Tue May 06 07:26:27 2008 +0200
+++ b/gen/aa.cpp	Tue May 06 07:56:03 2008 +0200
@@ -61,8 +61,8 @@
     assert(tid);
     DtoResolveDsymbol(Type::typeinfo);
     DtoForceDeclareDsymbol(tid);
-    assert(gIR->irDsymbol[tid].irGlobal->value);
-    return gIR->irDsymbol[tid].irGlobal->value;
+    assert(tid->ir.irGlobal->value);
+    return tid->ir.irGlobal->value;
 }
 
 /////////////////////////////////////////////////////////////////////////////////////