diff gen/functions.cpp @ 334:20446d22f832 trunk

[svn r355] Get rid of IRState::exps and topexp.
author ChristianK
date Sat, 12 Jul 2008 15:43:13 +0200
parents 8c1dc3e705da
children aaade6ded589
line wrap: on
line diff
--- a/gen/functions.cpp	Sat Jul 12 09:23:14 2008 +0200
+++ b/gen/functions.cpp	Sat Jul 12 15:43:13 2008 +0200
@@ -828,9 +828,7 @@
     Logger::println("DtoVariadicArgument");
     LOG_SCOPE;
     DVarValue* vv = new DVarValue(argexp->type, dst, true);
-    gIR->exps.push_back(IRExp(NULL, argexp, vv));
     DtoAssign(vv, argexp->toElem(gIR));
-    gIR->exps.pop_back();
 }
 
 //////////////////////////////////////////////////////////////////////////////////////////