Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index a938ee56ba80197dcf183a65dc7381eda456f7bb..1ce87f02c301fea9b553cba1621768564b134dfe 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -66,6 +66,7 @@ class LCodeGen; |
V(CheckFunction) \ |
V(CheckInstanceType) \ |
V(CheckMaps) \ |
+ V(CheckMapValue) \ |
V(CheckNonSmi) \ |
V(CheckPrototypeMaps) \ |
V(CheckSmi) \ |
@@ -84,14 +85,18 @@ class LCodeGen; |
V(ConstantS) \ |
V(ConstantT) \ |
V(Context) \ |
+ V(DateField) \ |
V(DebugBreak) \ |
V(DeclareGlobals) \ |
V(Deoptimize) \ |
V(DivI) \ |
V(DoubleToI) \ |
V(DoubleToSmi) \ |
+ V(Drop) \ |
V(DummyUse) \ |
V(ElementsKind) \ |
+ V(ForInCacheArray) \ |
+ V(ForInPrepareMap) \ |
V(FunctionLiteral) \ |
V(GetCachedArrayIndex) \ |
V(GlobalObject) \ |
@@ -99,13 +104,13 @@ class LCodeGen; |
V(Goto) \ |
V(HasCachedArrayIndexAndBranch) \ |
V(HasInstanceTypeAndBranch) \ |
+ V(InnerAllocatedObject) \ |
V(InstanceOf) \ |
V(InstanceOfKnownGlobal) \ |
V(InstanceSize) \ |
V(InstructionGap) \ |
V(Integer32ToDouble) \ |
V(Integer32ToSmi) \ |
- V(Uint32ToDouble) \ |
V(InvokeFunction) \ |
V(IsConstructCallAndBranch) \ |
V(IsObjectAndBranch) \ |
@@ -118,6 +123,7 @@ class LCodeGen; |
V(LinkObjectInList) \ |
V(LoadContextSlot) \ |
V(LoadExternalArrayPointer) \ |
+ V(LoadFieldByIndex) \ |
V(LoadFunctionPrototype) \ |
V(LoadGlobalCell) \ |
V(LoadGlobalGeneric) \ |
@@ -180,16 +186,10 @@ class LCodeGen; |
V(TrapAllocationMemento) \ |
V(Typeof) \ |
V(TypeofIsAndBranch) \ |
+ V(Uint32ToDouble) \ |
V(UnknownOSRValue) \ |
V(ValueOf) \ |
- V(ForInPrepareMap) \ |
- V(ForInCacheArray) \ |
- V(CheckMapValue) \ |
- V(LoadFieldByIndex) \ |
- V(DateField) \ |
- V(WrapReceiver) \ |
- V(Drop) \ |
- V(InnerAllocatedObject) |
+ V(WrapReceiver) |
#define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \ |