]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Change logic in computed gotos to use if_condition_goto_computed
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 21 Jul 2012 20:32:57 +0000 (20:32 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 21 Jul 2012 20:32:57 +0000 (20:32 +0000)
commit81040a43d8d9de1a46fbda2d8fbb323daaffc464
treec6cf1b223d1851d5c1a2194e0024fe7010f45733
parent195cdeb073e40e874f41a91c9808430a6fa59586
Change logic in computed gotos to use if_condition_goto_computed
instead of if_not_condition_goto_computed. Hide the implementation
detail of inverting the condition in if_condition_goto_computed and
fix the call sites. This is clearer as it better matches the semantic
description in the POP.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2443
VEX/priv/guest_s390_toIR.c