Tune break/continue exception trampoline block generation.
authorErik Verbruggen <erik.verbruggen@digia.com>
Thu, 15 Nov 2012 12:33:36 +0000 (13:33 +0100)
committerLars Knoll <lars.knoll@digia.com>
Thu, 15 Nov 2012 12:47:06 +0000 (13:47 +0100)
commit2b789d4fa081f466842a03afdc221931bbb66e9c
tree357a96d6615ba59ba6b8b1e6ea67d321fa833034
parent72b478b8a2a27047df7fab09142c01a9b7a7ca6e
Tune break/continue exception trampoline block generation.

If the break/continue trampoline blocks get reached, there cannot be a
pending exception, so don't bother with saving it.

Change-Id: Id079d48d961f21dd236dbc33fad1712edbd2df97
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4codegen.cpp