GBE: fix a bug for the cast(FPToUI) instruction.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Mon, 28 Oct 2013 08:59:20 +0000 (16:59 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Tue, 29 Oct 2013 02:35:37 +0000 (10:35 +0800)
commitc02cfd10c0c358e8ee0814e0b4fb3aced4ceee5c
tree3c39e1515d4b2712aa9e2b7b95143b014049f817
parent1ecd3bf6878ead46c99f6f8b1294f07ecfaeac77
GBE: fix a bug for the cast(FPToUI) instruction.

We need to choose unsigned dst type for this case.

v2:
fix a typo.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: "Xing, Homer" <homer.xing@intel.com>
backend/src/llvm/llvm_gen_backend.cpp