GBE: fix the legacy use of isScalarOrBool.
authorZhigang Gong <zhigang.gong@intel.com>
Mon, 12 May 2014 02:27:28 +0000 (10:27 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Tue, 13 May 2014 09:18:19 +0000 (17:18 +0800)
commit59449030e2fe05dfd4f8a57e4d6864797d435bd5
tree9fb014026ebc7aa80ee02f15923fe0ac84322a19
parent3142009e9eb3d6c39096909624316c6c7752e9b8
GBE: fix the legacy use of isScalarOrBool.

isScalarOrBool is a legacy function which was used when the bool
is treated as a scalar register by default. Now, we are using
normal vector word register to represent bool, we no need to
keep this macro. And repace all of the uses to isScalarReg.

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Reviewed-by: Ruiling Song <ruiling.song@intel.com>
backend/src/backend/gen_insn_selection.cpp
backend/src/backend/gen_insn_selection.hpp
backend/src/backend/gen_reg_allocation.cpp