Index: src/arm/lithium-codegen-arm.h |
=================================================================== |
--- src/arm/lithium-codegen-arm.h (revision 6270) |
+++ src/arm/lithium-codegen-arm.h (working copy) |
@@ -80,6 +80,9 @@ |
// Parallel move support. |
void DoParallelMove(LParallelMove* move); |
+ // Emit frame translation commands for an environment. |
+ void WriteTranslation(LEnvironment* environment, Translation* translation); |
+ |
// Declare methods that deal with the individual node types. |
#define DECLARE_DO(type) void Do##type(L##type* node); |
LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) |