Index: test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
index e1395df63f118f670cdedfeb882d351485474748..55dc603ec7ddab71c4386fc39de4da809b431d12 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
@@ -59,15 +59,14 @@ snippet: " |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 27 |
+bytecode array length: 26 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), |
B(Star), R(1), |
B(Star), R(0), |
/* 54 S> */ B(Star), R(1), |
- B(LoadIC), R(1), U8(1), U8(1), |
- B(Star), R(2), |
+ B(LdrNamedProperty), R(1), U8(1), U8(1), R(2), |
B(LdaSmi), U8(2), |
B(Mul), R(2), |
/* 61 E> */ B(StoreICSloppy), R(1), U8(1), U8(3), |
@@ -87,7 +86,7 @@ snippet: " |
" |
frame size: 4 |
parameter count: 1 |
-bytecode array length: 30 |
+bytecode array length: 29 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), |
@@ -96,8 +95,7 @@ bytecodes: [ |
/* 52 S> */ B(Star), R(1), |
B(LdaSmi), U8(1), |
B(Star), R(2), |
- B(KeyedLoadIC), R(1), U8(1), |
- B(Star), R(3), |
+ B(LdrKeyedProperty), R(1), U8(1), R(3), |
B(LdaSmi), U8(2), |
B(BitwiseXor), R(3), |
/* 57 E> */ B(KeyedStoreICSloppy), R(1), R(2), U8(3), |
@@ -116,7 +114,7 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 30 |
+bytecode array length: 29 |
bytecodes: [ |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
B(PushContext), R(0), |
@@ -124,8 +122,7 @@ bytecodes: [ |
/* 42 S> */ B(LdaSmi), U8(1), |
/* 42 E> */ B(StaContextSlot), R(context), U8(4), |
/* 45 S> */ B(CreateClosure), U8(0), U8(0), |
- /* 75 S> */ B(LdaContextSlot), R(context), U8(4), |
- B(Star), R(1), |
+ /* 75 S> */ B(LdrContextSlot), R(context), U8(4), R(1), |
B(LdaSmi), U8(24), |
B(BitwiseOr), R(1), |
/* 77 E> */ B(StaContextSlot), R(context), U8(4), |