| Index: src/ia32/lithium-codegen-ia32.h
|
| ===================================================================
|
| --- src/ia32/lithium-codegen-ia32.h (revision 6270)
|
| +++ src/ia32/lithium-codegen-ia32.h (working copy)
|
| @@ -83,6 +83,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)
|
|
|