| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index bc7ef581516f417a2557c55dd88feb431872ed06..67479200ffdc5c895f18433dab75e2ebe91ad6d7 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -2332,7 +2332,7 @@ class LChunk: public ZoneObject {
|
|
|
| void AddInstruction(LInstruction* instruction, HBasicBlock* block);
|
| LConstantOperand* DefineConstantOperand(HConstant* constant);
|
| - Handle<Object> LookupLiteral(LConstantOperand* operand) const;
|
| + HConstant* LookupConstant(LConstantOperand* operand) const;
|
| Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
|
|
|
| int GetNextSpillIndex(bool is_double);
|
|
|