GBE: fix one misusage of flag in forward jump.
authorZhigang Gong <zhigang.gong@intel.com>
Thu, 13 Mar 2014 04:33:39 +0000 (12:33 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Tue, 8 Apr 2014 08:21:32 +0000 (16:21 +0800)
commitb89520af5b8933fd1e6f2e3610c7210784484159
tree0806fe7027591217067e03ba2e8ab91ae6414d25
parent85d2420f8c89e1c5157c57630990a14ebae31a5d
GBE: fix one misusage of flag in forward jump.

Forward jump instruction do not need the pred when compare
the pcip with next label. We should use the temporary flag
register.

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
Reviewed-by: "Song, Ruiling" <ruiling.song@intel.com>
backend/src/backend/gen_insn_selection.cpp