gcc/
PR target/63442
* optabs.c (prepare_cmp_insn): Use "ret_mode" instead of "word_mode".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216765
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-10-27 Jiong Wang <jiong.wang@arm.com>
+
+ PR target/63442
+ * optabs.c (prepare_cmp_insn): Use "ret_mode" instead of "word_mode".
+
2014-10-27 DJ Delorie <dj@redhat.com>
* tree.c (build_common_tree_nodes): Don't even store the
y = const0_rtx;
}
- *pmode = word_mode;
+ *pmode = ret_mode;
prepare_cmp_insn (x, y, comparison, NULL_RTX, unsignedp, methods,
ptest, pmode);
}