On 05/14/2015 08:32 AM, Uros Bizjak wrote: > 2015-05-14 Uros Bizjak <ubiz...@gmail.com> > > * config/alpha/alpha.c (alpha_extract_integer): Do not handle > CONST_WIDE_INT and CONST_DOUBLE. Assert CONST_INT_P (x). > (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and > low part of the constant using alpha_emit_set_const_1. > (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE. > > The patch passes bootstrap on alphaev68-linux-gnu, regression test is > in progress. > > OK if regtest passes?
Looks good. r~