| Index: src/x64/lithium-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-x64.h (revision 7084)
|
| +++ src/x64/lithium-x64.h (working copy)
|
| @@ -844,10 +844,11 @@
|
| };
|
|
|
|
|
| -class LInstanceOfKnownGlobal: public LTemplateInstruction<1, 1, 0> {
|
| +class LInstanceOfKnownGlobal: public LTemplateInstruction<1, 1, 1> {
|
| public:
|
| - explicit LInstanceOfKnownGlobal(LOperand* value) {
|
| + LInstanceOfKnownGlobal(LOperand* value, LOperand* temp) {
|
| inputs_[0] = value;
|
| + temps_[0] = temp;
|
| }
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(InstanceOfKnownGlobal,
|
|
|