From 6e79a00cad2f5dd09bdf40e594a65af58b370d9d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 1 Jul 2018 11:33:04 +0200 Subject: Get rid of the duplication for the GetLookup instructions GetLookup and GetLookupA were doing exactly the same thing. Only keep the version that expects the base object in the accumulator and rename it to GetLookup. Change-Id: Ia14256880cef23f7b70d8c7e6bb74aba371b8d9a Reviewed-by: Simon Hausmann --- src/qml/compiler/qv4bytecodehandler.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/qml/compiler/qv4bytecodehandler.cpp') diff --git a/src/qml/compiler/qv4bytecodehandler.cpp b/src/qml/compiler/qv4bytecodehandler.cpp index b96c04dc01..45968570d0 100644 --- a/src/qml/compiler/qv4bytecodehandler.cpp +++ b/src/qml/compiler/qv4bytecodehandler.cpp @@ -206,9 +206,6 @@ std::vector ByteCodeHandler::collectLabelsInBytecode(const char *code, uint COLLECTOR_BEGIN_INSTR(GetLookup) COLLECTOR_END_INSTR(GetLookup) - COLLECTOR_BEGIN_INSTR(GetLookupA) - COLLECTOR_END_INSTR(GetLookupA) - COLLECTOR_BEGIN_INSTR(StoreProperty) COLLECTOR_END_INSTR(StoreProperty) -- cgit v1.2.3