From: Uros Bizjak Date: Mon, 7 Dec 2009 08:53:22 +0000 (+0100) Subject: i386.md (float2): Remove quotes around condition... X-Git-Tag: releases/gcc-4.5.0~1765 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4afd0ef4499df64767ed863673147fbf2192a854;p=thirdparty%2Fgcc.git i386.md (float2): Remove quotes around condition logic code. * config/i386/i386.md (float2): Remove quotes around condition logic code. From-SVN: r155033 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d18f9f1a30ef..5a0001da1819 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-12-07 Uros Bizjak + + * config/i386/i386.md (float2): + Remove quotes around condition logic code. + 2009-12-06 Richard Henderson PR debug/42234 @@ -89,7 +94,7 @@ John David Anglin PR target/40134 - * config.gcc (hppa*-*-linux*): Use config/t-slibgcc-libgcc. + * config.gcc (hppa*-*-linux*): Use config/t-slibgcc-libgcc. * config/pa/pa-linux.h (LIB_SPEC): Remove. 2009-12-03 Sebastian Pop @@ -199,8 +204,7 @@ 2009-12-02 Richard Guenther PR middle-end/42229 - * cfgloopmanip.c (remove_path): Avoid cancelling loops - twice. + * cfgloopmanip.c (remove_path): Avoid cancelling loops twice. 2009-12-02 Ulrich Weigand @@ -231,8 +235,7 @@ to save the accumulator. (rx_expand_prologue): Create a stack frame for fast interrupt handlers, if necessary. - (rx_expand_builtin_mvfc): Handle the case where there is no - target. + (rx_expand_builtin_mvfc): Handle the case where there is no target. 2009-12-01 Sebastian Pop @@ -388,7 +391,7 @@ (sh_function_value, sh_libcall_value, sh_function_value_regno_p): New functions. (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare. - * config/sh/sh.h: (FUNCTION_VALUE_REGNO_P): Redefine, use + * config/sh/sh.h (FUNCTION_VALUE_REGNO_P): Redefine, use sh_function_value_regno_p. (FUNCTION_VALUE, LIBCALL_VALUE): Remove. * config/sh/sh-protos.h (sh_function_value_regno_p): Declare. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 9fd9f9aaf5d6..ebc60d7ced62 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -5264,7 +5264,6 @@ "TARGET_80387 || ((mode != DImode || TARGET_64BIT) && SSE_FLOAT_MODE_P (mode) && TARGET_SSE_MATH)" - " { if (!((mode != DImode || TARGET_64BIT) && SSE_FLOAT_MODE_P (mode) && TARGET_SSE_MATH) @@ -5285,7 +5284,7 @@ emit_insn (insn); DONE; } -}") +}) ;; Pre-reload splitter to add memory clobber to the pattern. (define_insn_and_split "*float2_1"