| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 64d141e33536c28d09d617b002645bd585ca4764..58abeca3ef94cff1e54b5adb1b390f4fb0598a92 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -232,6 +232,8 @@ class LCodeGen;
|
| V(LoadNamedField) \
|
| V(LoadNamedGeneric) \
|
| V(LoadFunctionPrototype) \
|
| + V(LoadPixelArrayElement) \
|
| + V(LoadPixelArrayExternalPointer) \
|
| V(ModI) \
|
| V(MulI) \
|
| V(NumberTagD) \
|
| @@ -240,6 +242,7 @@ class LCodeGen;
|
| V(ObjectLiteral) \
|
| V(OsrEntry) \
|
| V(Parameter) \
|
| + V(PixelArrayLength) \
|
| V(Power) \
|
| V(PushArgument) \
|
| V(RegExpLiteral) \
|
|
|