commit | e7811fca5ed60ce84ee78327ed485f76a0a09814 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 18 03:06:50 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 18 03:06:50 2014 +0200 |
tree | 2202d8f6218777b9468a7d289d677b346b281dff | |
parent | 87538e7bc46885d2ad2cce423603b45d182d6d40 [diff] |
Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause. Original patch by Eugene Toder.