Index: src/codegen-ia32.h |
=================================================================== |
--- src/codegen-ia32.h (revision 751) |
+++ src/codegen-ia32.h (working copy) |
@@ -320,6 +320,7 @@ |
void ProcessDeclarations(ZoneList<Declaration*>* declarations); |
Handle<Code> ComputeCallInitialize(int argc); |
+ Handle<Code> ComputeCallInitializeInLoop(int argc); |
// Declare global variables and functions in the given array of |
// name/value pairs. |