aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@me.com>2013-10-02 14:41:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-03 07:06:35 +0200
commitf9305f9ffaf8dd443369a156f7f7650de6372265 (patch)
tree1d9c0e1dbe921b2a96d0ffdcd6111aafb093cdde /src/qml/compiler/qv4instr_moth_p.h
parentc860d1399b4ff5f3a5b1b2630bc33112c88c13e8 (diff)
V4: invert conditions when the true block follows the test.
Change-Id: I5044acd4263b71734e4eb5d7e74b1a4a8414741e Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4instr_moth_p.h')
-rw-r--r--src/qml/compiler/qv4instr_moth_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4instr_moth_p.h b/src/qml/compiler/qv4instr_moth_p.h
index f8ccfff92f..3c28633491 100644
--- a/src/qml/compiler/qv4instr_moth_p.h
+++ b/src/qml/compiler/qv4instr_moth_p.h
@@ -438,6 +438,7 @@ union Instr
MOTH_INSTR_HEADER
ptrdiff_t offset;
Param condition;
+ bool invert;
};
struct instr_unop {
MOTH_INSTR_HEADER