Commit 4afd0ef4 by Uros Bizjak

i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2): Remove quotes around condition logic code.

	* config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
	Remove quotes around condition logic code.

From-SVN: r155033
parent 4f566bd6
2009-12-07 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
Remove quotes around condition logic code.
2009-12-06 Richard Henderson <rth@redhat.com> 2009-12-06 Richard Henderson <rth@redhat.com>
PR debug/42234 PR debug/42234
...@@ -89,7 +94,7 @@ ...@@ -89,7 +94,7 @@
John David Anglin <dave.anglin@nrc-cnrc.gc.ca> John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/40134 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. * config/pa/pa-linux.h (LIB_SPEC): Remove.
2009-12-03 Sebastian Pop <sebastian.pop@amd.com> 2009-12-03 Sebastian Pop <sebastian.pop@amd.com>
...@@ -199,8 +204,7 @@ ...@@ -199,8 +204,7 @@
2009-12-02 Richard Guenther <rguenther@suse.de> 2009-12-02 Richard Guenther <rguenther@suse.de>
PR middle-end/42229 PR middle-end/42229
* cfgloopmanip.c (remove_path): Avoid cancelling loops * cfgloopmanip.c (remove_path): Avoid cancelling loops twice.
twice.
2009-12-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2009-12-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
...@@ -231,8 +235,7 @@ ...@@ -231,8 +235,7 @@
to save the accumulator. to save the accumulator.
(rx_expand_prologue): Create a stack frame for fast interrupt (rx_expand_prologue): Create a stack frame for fast interrupt
handlers, if necessary. handlers, if necessary.
(rx_expand_builtin_mvfc): Handle the case where there is no (rx_expand_builtin_mvfc): Handle the case where there is no target.
target.
2009-12-01 Sebastian Pop <sebastian.pop@amd.com> 2009-12-01 Sebastian Pop <sebastian.pop@amd.com>
...@@ -388,7 +391,7 @@ ...@@ -388,7 +391,7 @@
(sh_function_value, sh_libcall_value, sh_function_value_regno_p): New (sh_function_value, sh_libcall_value, sh_function_value_regno_p): New
functions. functions.
(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare. (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. sh_function_value_regno_p.
(FUNCTION_VALUE, LIBCALL_VALUE): Remove. (FUNCTION_VALUE, LIBCALL_VALUE): Remove.
* config/sh/sh-protos.h (sh_function_value_regno_p): Declare. * config/sh/sh-protos.h (sh_function_value_regno_p): Declare.
...@@ -5264,7 +5264,6 @@ ...@@ -5264,7 +5264,6 @@
"TARGET_80387 "TARGET_80387
|| ((<SSEMODEI24:MODE>mode != DImode || TARGET_64BIT) || ((<SSEMODEI24:MODE>mode != DImode || TARGET_64BIT)
&& SSE_FLOAT_MODE_P (<X87MODEF:MODE>mode) && TARGET_SSE_MATH)" && SSE_FLOAT_MODE_P (<X87MODEF:MODE>mode) && TARGET_SSE_MATH)"
"
{ {
if (!((<SSEMODEI24:MODE>mode != DImode || TARGET_64BIT) if (!((<SSEMODEI24:MODE>mode != DImode || TARGET_64BIT)
&& SSE_FLOAT_MODE_P (<X87MODEF:MODE>mode) && TARGET_SSE_MATH) && SSE_FLOAT_MODE_P (<X87MODEF:MODE>mode) && TARGET_SSE_MATH)
...@@ -5285,7 +5284,7 @@ ...@@ -5285,7 +5284,7 @@
emit_insn (insn); emit_insn (insn);
DONE; DONE;
} }
}") })
;; Pre-reload splitter to add memory clobber to the pattern. ;; Pre-reload splitter to add memory clobber to the pattern.
(define_insn_and_split "*float<SSEMODEI24:mode><X87MODEF:mode>2_1" (define_insn_and_split "*float<SSEMODEI24:mode><X87MODEF:mode>2_1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment