| Submitter | Richard Earnshaw |
|---|---|
| Date | Aug. 4, 2012, 2:03 p.m. |
| Message ID | <501D2BBE.3040307@arm.com> |
| Download | mbox | patch |
| Permalink | /patch/175107/ |
| State | New |
| Headers | show |
Comments
Patch
--- arm.c (revision 190143) +++ arm.c (local) @@ -2999,8 +2999,8 @@ arm_gen_constant (enum rtx_code code, en /* Extz only supports SImode, but we can coerce the operands into that mode. */ emit_constant_insn (cond, - gen_extzv_t2 (gen_lowpart (mode, target), - gen_lowpart (mode, source), + gen_extzv_t2 (gen_lowpart (SImode, target), + gen_lowpart (SImode, source), GEN_INT (i), const0_rtx)); }