You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
438 B
16 lines
438 B
2014-10-27 Jiong Wang <jiong.wang@arm.com> |
|
|
|
PR target/63442 |
|
* optabs.c (prepare_cmp_insn): Use "ret_mode" instead of "word_mode". |
|
|
|
--- gcc/optabs.c |
|
+++ gcc/optabs.c |
|
@@ -4294,7 +4294,7 @@ prepare_cmp_insn (rtx x, rtx y, enum rtx_code comparison, rtx size, |
|
y = const0_rtx; |
|
} |
|
|
|
- *pmode = word_mode; |
|
+ *pmode = ret_mode; |
|
prepare_cmp_insn (x, y, comparison, NULL_RTX, unsignedp, methods, |
|
ptest, pmode); |
|
}
|
|
|