Commit 8c48b6f5 by Aldy Hernandez Committed by Aldy Hernandez

rs6000.md ("abssi2_isel"): Add early clobber to operand 2.

2003-10-08  Aldy Hernandez  <aldyh@redhat.com>

	* config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
	operand 2.

From-SVN: r72247
parent a5586c38
2003-10-08 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.md ("abssi2_isel"): Add early clobber to
operand 2.
2003-10-08 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Don't accept --enable-threads=pthreads. Clean
......
......@@ -1506,7 +1506,7 @@
(define_insn_and_split "abssi2_isel"
[(set (match_operand:SI 0 "gpc_reg_operand" "=r")
(abs:SI (match_operand:SI 1 "gpc_reg_operand" "b")))
(clobber (match_scratch:SI 2 "=b"))
(clobber (match_scratch:SI 2 "=&b"))
(clobber (match_scratch:CC 3 "=y"))]
"TARGET_ISEL"
"#"
......
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