Commit d2b54839 by J"orn Rennecke Committed by Joern Rennecke

i386.md (abssf2_if+1): Make condition agree with abssf2_1 .

gcc:
	* i386.md (abssf2_if+1): Make condition agree with abssf2_1 .

gcc/testsuite:

	* gcc.c-torture/compile/20030415-1.c : New test.

From-SVN: r65633
parent d0ccc658
2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
* i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* optabs.c (expand_binop): In multi-word add cases, ensure
......
......@@ -10406,7 +10406,7 @@
[(set (match_operand:SF 0 "fp_register_operand" "")
(abs:SF (match_operand:SF 1 "register_operand" "")))
(clobber (reg:CC 17))]
"TARGET_80387"
"TARGET_80387 && reload_completed"
[(set (match_dup 0)
(abs:SF (match_dup 1)))]
"")
......
2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
* gcc.c-torture/compile/20030415-1.c : New test.
2003-04-14 Mark Mitchell <mark@codesourcery.com>
* gcc.c-torture/execute/scope-2.c: Move to ...
......
float g(float f)
{
return fabs(f);
}
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