diff mbox

[SPARC] Housekeeping work

Message ID 2728549.CBIQK34BtQ@polaris
State New
Headers show

Commit Message

Eric Botcazou Oct. 27, 2016, 2:47 p.m. UTC
> it seems your patch introduced a considerable number of regressions

> (found on sparc-sun-solaris2.12 with /bin/as): the first mail-report.log

> is from r241560 with just your patch reverted, the second from that rev

> as is:


Ouch, it's a single '*' probably added very late in the game...  Testing in 
progress on SPARC/Solaris, will commit once done.  Thanks for the heads up.


	* config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.

-- 
Eric Botcazou
diff mbox

Patch

Index: config/sparc/sparc.md
===================================================================
--- config/sparc/sparc.md	(revision 241611)
+++ config/sparc/sparc.md	(working copy)
@@ -8726,7 +8726,7 @@  (define_code_iterator vlop [ior and xor]
 (define_code_attr vlinsn [(ior "or") (and "and") (xor "xor")])
 (define_code_attr vlninsn [(ior "nor") (and "nand") (xor "xnor")])
 
-(define_insn "*<vlop:code><VL:mode>3"
+(define_insn "<vlop:code><VL:mode>3"
   [(set (match_operand:VL 0 "register_operand" "=<vconstr>")
 	(vlop:VL (match_operand:VL 1 "register_operand" "<vconstr>")
 		 (match_operand:VL 2 "register_operand" "<vconstr>")))]