On Mon, Aug 11, 2014 at 03:47:07PM +0400, Kirill Yukhin wrote:
> @@ -9020,7 +9025,8 @@ standard_sse_constant_opcode (rtx insn, rtx x)
>       }
>  
>      case 2:
> -      if (get_attr_mode (insn) == MODE_XI
> +      if (TARGET_AVX512VL
> +       ||get_attr_mode (insn) == MODE_XI

Formatting, add space after ||.

        Jakub

Reply via email to