Index: src/interpreter/mkpeephole.cc |
diff --git a/src/interpreter/mkpeephole.cc b/src/interpreter/mkpeephole.cc |
index 9265e9cc13792b3163d04a02294a9c69fbf99c7f..3fc32bc792bca9e10a10cd9923898ba120fc1673 100644 |
--- a/src/interpreter/mkpeephole.cc |
+++ b/src/interpreter/mkpeephole.cc |
@@ -86,12 +86,6 @@ PeepholeActionAndData PeepholeActionTableWriter::LookupActionAndData( |
// load so can be elided. |
if (current == Bytecode::kStar) { |
switch (last) { |
- case Bytecode::kLdaNamedProperty: |
- return {PeepholeAction::kTransformLdaStarToLdrLdarAction, |
- Bytecode::kLdrNamedProperty}; |
- case Bytecode::kLdaKeyedProperty: |
- return {PeepholeAction::kTransformLdaStarToLdrLdarAction, |
- Bytecode::kLdrKeyedProperty}; |
case Bytecode::kLdaGlobal: |
return {PeepholeAction::kTransformLdaStarToLdrLdarAction, |
Bytecode::kLdrGlobal}; |