| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 1ca1a7d4e75f3e0fc27db3de2d7ae6ff06705eb7..6cdb1e2b18d87aa48af9ecc074c221914fbcc612 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -1801,6 +1801,8 @@ class LCheckFunction: public LTemplateInstruction<0, 1, 0> {
|
| inputs_[0] = value;
|
| }
|
|
|
| + LOperand* value() { return inputs_[0]; }
|
| +
|
| DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
|
| DECLARE_HYDROGEN_ACCESSOR(CheckFunction)
|
| };
|
|
|