Index: src/ia32/lithium-ia32.h |
=================================================================== |
--- src/ia32/lithium-ia32.h (revision 9687) |
+++ src/ia32/lithium-ia32.h (working copy) |
@@ -1311,7 +1311,9 @@ |
class LThisFunction: public LTemplateInstruction<1, 0, 0> { |
+ public: |
DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function") |
+ DECLARE_HYDROGEN_ACCESSOR(ThisFunction) |
}; |