Revert "BR 2887108: Use overflow_ helper to catch inappropriate imm optimization"
commit210c10110bca124de4b9fb38d757ffc9b4041023
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 1 Nov 2009 07:24:48 +0000 (1 10:24 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 1 Nov 2009 07:24:48 +0000 (1 10:24 +0300)
tree69906c4abda2e4f3abfdbf19023021197600b4d0
parentbeaef4a2ea9fa1d73eb624af8931ce02c21303cf
Revert "BR 2887108: Use overflow_ helper to catch inappropriate imm optimization"

This reverts commit 41208028ff52d190044ee7532bf14c5aca0f899a.
|
| From: "H. Peter Anvin" <hpa@zytor.com>
|
| The tests for overflow_signed() are wrong too.  Those are relevant for if a
| warning should be issued, but not for how the value should be encoded in
| the byte stream.
|

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
parser.c