| Index: src/ia32/lithium-codegen-ia32.h
|
| ===================================================================
|
| --- src/ia32/lithium-codegen-ia32.h (revision 13123)
|
| +++ src/ia32/lithium-codegen-ia32.h (working copy)
|
| @@ -261,6 +261,10 @@
|
| ElementsKind elements_kind,
|
| uint32_t offset,
|
| uint32_t additional_index = 0);
|
| + void InsertArrayPrefetch(const Operand& operand,
|
| + LOperand* prefetch_distance,
|
| + ElementsKind elements_kind,
|
| + Register scratch);
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
| void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
|
|